David Konsumer

Results 457 comments of David Konsumer

@zommerfelds It's been a couple years since I made this (unmerged) PR. The idea here is it just runs a little web-server, so the tilemap-editor web-app itself would need a...

One idea might be to do what emscripten & clang do, and convert struct values to pointers, in FFI layer. You can see examples of passing stuct-by-value as pointers [here](https://github.com/konsumer/wamr-examples)....

@cbrunnkvist yeh, seems like this project is dead. No real response on my PR that fixes problem. You can do same stuff without this wrapper, by just using a more...

doesn't seem to work with http://0.0.0.0:8000/

add this to "dependencies" object in package.json of your project: ``` "rdio-node": "git://github.com/monsur/rdio-node.git" ``` now, you can `npm install`

I am using `LOCAL_NETWORK=172.19.0.0/24` so I can route docker containers through it, but it should work local to `openvpn` too, right? ``` docker-compose exec openvpn ip addr|grep "scope global" inet...

I also tried with `LOCAL_NETWORK=192.168.86.0/24` (my LAN range) with same prob, but I think it's unrelated (as it gives wrong external IP, directly from `openvpn`)

I tested the [web demo](http://www.wothke.ch/webMPT/) just by dragging files onto the drop-image, and it worked great with mods, but didn't handle spc or nsf files. this may just be a...

Yep, I agree with others. WASM-based plugin system would be sick. You can target WASM in just about any language (including rust) and the plugins don't need to be recompiled...