Fork me on GitHub

interactive mruby


This is matz's mruby interpreter running in your browser.

mruby is written in C and normally compiles to x86 or ARM byte code. Here its been compiled to JavaScript, using llvm and emscripten. The JavaScript produced is compatible with asm.js, which helps your browser's JavaScript VM run the code more efficiently.

>>