Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 476 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 476 Bytes

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:

  • build-essential
  • cmake
  • python2.7
  • python3
  • nodejs
  • java
  • deno

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.