sbsoftware
sbsoftware
Okay, so I managed to at least execute JS code from ruby (without getting any return value though). I extended `assets/mruby_init.c` to provide a global ruby method `run_js` that uses...
You need to have mruby installed and available in your `PATH`. In his blog post corresponding to this repo, Tom recommends using this command: `brew install mruby`. After that, the...
As stated in the README, you need to have the emscripten toolchain installed and activated, as the ruby-wasm command only works by using its compiler. See [http://webassembly.org/getting-started/developers-guide](http://webassembly.org/getting-started/developers-guide) for information about...