Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 613 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 613 Bytes

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