waxolotl is a unique programming language designed for seamless compilation into WebAssembly Text format. Combining the best features of wax and wat-compiler, it empowers users to create standalone WASM binaries directly in the browser or on the server. Explore the possibilities of efficient web development with simplicity and versatility at its core.
waxolotl
is an innovative small language designed to compile seamlessly into the WebAssembly Text format. This project serves as a mutant offspring of the renowned wax and wat-compiler, empowering developers to build standalone WASM binaries directly in the browser or on the server.
Features
- Compile to WebAssembly: Transform your code into efficient WebAssembly format for high-performance applications.
- Versatility: Suitable for both browser and server environments, making it adaptable for various use cases.
- Easy to Use: Quick installation and straightforward development workflow.
Experience waxolotl
through our interactive demo: Demo
To dive into development or contribute, clone the repository and get started with the installation:
git clone https://github.com/eliot-akira/waxolotl
npm install
Once you've set up your environment, you can build for development using:
npm run dev
For production-ready builds, simply run:
npm run build
You can also target WebAssembly using Emscripten with:
npm run build:wasm
Join the growing community of developers leveraging the power of WebAssembly with waxolotl
and enhance your projects with cutting-edge performance.