Skip to content

A small language that compiles to WebAssembly Text format

License

Notifications You must be signed in to change notification settings

eliot-akira/waxolotl

Repository files navigation

waxolotl

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.

Demo · Source

Screenshot

Develop

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

About

A small language that compiles to WebAssembly Text format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published