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 install
Build for development - Watch files for changes and rebuild
npm run dev
Build for production
npm run build
Build WASM - Emscripten targets for web and Node
npm run build:wasm