/mruby-web-irb

mruby irb running in your browser

Primary LanguageJavaScript

Browser based mruby interpreter

Made possible thanks to Webruby, a project that brings together llvm, emscripten and mruby.

Prerequisites

  • llvm
  • emscripten

See webruby for installation instructions

Installation

Run bundler to get webruby, sass etc..:

bundle

Compiling

To compile webruby.js:

rake

Stylesheets

Generate using compass:

compass compile

or

compass watch