WALT for Metal JavaScript

Walt is an alternative syntax for WebAssembly text format. It's an experiment for using JavaScript syntax to write to as 'close to the metal' as possible. It's JavaScript with rules. .walt files compile directly to WebAssembly binary format.

Problem: Writing zero-overhead, optimized WebAssembly is pretty tough to do.

Highlights: -Write "close to the metal" JavaScript! -No C/C++ or Rust required, just typed JavaScript. -NO LLVM/binary toolkits required, zero dependencies 100% written in JS. -Fast compilation, integrates into webpack!

Github https://github.com/ballercat/walt Demo https://ballercat.github.io/walt/