This demo converts Music Macro Language (MML) to Standard MIDI File (SMF) format using Rust WASM. It implements Option A: web-tree-sitter parses MML and sends the parse tree JSON to Rust WASM for token extraction and SMF generation.