waxolotl is a small language that compiles to WebAssembly Text format. It is a mutant offspring of wax and wat-compiler that builds a standalone WASM binary in the browser or server.
Install
git clone https://github.com/eliot-akira/waxolotl
npm installBuild for development - Watch files for changes and rebuild
npm run devBuild for production
npm run buildBuild WASM - Emscripten targets for web and Node
npm run build:wasm