Thomas Versteeg

Results 75 comments of Thomas Versteeg
trafficstars

Maybe software support could be a feature?

I've made a small attempt to set this up but I got stuck quite quickly. It seems you are well versed in WASM, maybe we could implement this feature together?

I've created a small start here: #92 It's compiling but not working at all at the moment, I'm not sure what I'm doing wrong.

Are you running the `wasm` branch? Because on `master` I get the same errors as you do.

I just read [this](https://medium.com/wasmer/wasmer-io-devices-announcement-6f2a6fe23081) article about using I/O devices in WASM. It would make adding a WASM target a lot cleaner if this would get into the official spec, another...

These are the exact same problems I've encountered when experimenting with a solution in #92, I don't think that it will be possible to maintain @emoon's blocking while loop. The...

Even with an alternative update loop it will still be very challenging to achieve, because the performance problem of moving the buffers between the contexts still stands. And since there's...

Can this be used from the command line to install software, like `antigen bundle package`? Because I've skimmed the documentation a bit, and it looks like bundles are defined in...

But does Emplace make sense in that workflow? It seems just syncing the configuration file in the same repository already reaches that goal?

Hi @jayvdb, unfortunately I'm not maintaining this application anymore, so I won't pick up this issue. Any PR's are greatly appreciated though!