eliot-akira / waxolotl

A small language that compiles to WebAssembly Text format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C 79.2%Language:WebAssembly 10.6%Language:JavaScript 9.0%Language:TypeScript 0.7%Language:Swift 0.1%Language:C++ 0.1%Language:Java 0.1%Language:Lua 0.1%Language:C# 0.1%Language:Python 0.0%