Skip to content

Emscripten#

The 'emscripten' Target#

Monkey2 uses the emscripten sdk compilers and tools to build wasm and asm.js apps.

For 64 bit windows, there is an experimental emscripten sdk download available
at: monkeycoder.co.nz/monkey2-files.

For all other desktop targets, you will need to install emscripten yourself.
More info here: github.com/juj/emsdk/README.md.

You will also need the mserver ('mini server') app if you want to be able to launch emscripten apps from Ted2go.
This can also be downloaded from monkeycoder.co.nz/monkey2-files.