ppvk / wrenjs

The Wren Programming Language, in the browser
https://ppvk.github.io/wrenjs/
MIT License
34 stars 5 forks source link
emscripten programming-language wren

Using emscripten to transpile Bob Nystrom's wren programming language to Javascript.

wren: 0.4.0 | emscripten: 2.0.21

Build Instructions

These instructions are for an Ubuntu-like system.

You will need:

After these are ready to go, run ./build.sh

For a detailed explanation of what this bash script does, check out the comments in the file itself.