mruby-js
mruby-js copied to clipboard
mruby to javascript calling interface, only works with emscripten
Results
2
mruby-js issues
Sort by
recently updated
recently updated
newest added
When we try mruby-js with mruby compiled with MRB_INT64, using handle_p as a mrb_int pointer values causes a problem with emscripten's API. We think this is because mrb_int is a...
Web worker operates on a `self` object instead of window or global. Hence the current impl does not work. ref https://github.com/xxuejie/webruby/issues/14