Axiom code compiled directly to WebAssembly bytecode. No C. No Emscripten. Pure .ax -> WASM.
wasm_emit.ax (1104 lines of .ax) reads .ax source, walks the AST, and emits WASM binary.
The compiler itself is written in .ax. The strange loop: .ax compiles .ax to native code.
Pipeline: .ax source → parser.ax → AST → wasm_emit.ax → .wasm binary → browser
Click "Run" to execute .ax compiled to WASM...
Loading...