Source Code
en
Output will appear here after clicking Run.
Generated Python source will appear here.
0.6.0 backend note: this tab now reflects broader WAT/WASM lowering, including
stateful classes, inherited methods, with, try/except, lambda,
match/case, async/await, @property, and bytes literals.
WebAssembly Code Generation Pipeline
Source (.ml)
->
Lexer
->
Parser
->
AST
->
WATCodeGenerator
->
.wat
->
wabt.js
->
binary .wasm
->
WebAssembly.instantiate()
Generated WAT source
WAT source will appear here after clicking Run.
WASM
Native browser WebAssembly execution output
WASM execution output will appear here.
Rust bridge generated for Wasmtime workflows
Generated Rust bridge source
Generated Rust source will appear here after clicking Run.
Wasmtime run hints
Local run instructions will appear here.