WebAssembly Demo
Neo bytecode, straight into the browser.
Build the Rust crate with `wasm-pack`, drop the generated package into `web/pkg/`, then use this page to inspect NEF files without spinning up a backend. The parser, disassembler, and decompiler are the same Rust implementations used by the CLI.
// Build the wasm package, then load a .nef file.
// Disassembly will appear here.
// Decompiled output will appear here.