Using emscripten to transpile Bob Nystrom's wren programming language to Javascript.
wren: 0.4.0 | emscripten: 2.0.21
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.