mruby-web-irb icon indicating copy to clipboard operation
mruby-web-irb copied to clipboard

mruby irb running in your browser

Browser based mruby interpreter

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

Live Demo

Video Walkthrough

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