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.

Inputs

Waiting for wasm package in web/pkg/.

Info

No file loaded
// Build the wasm package, then load a .nef file.

Disassembly

Instruction stream
// Disassembly will appear here.

Decompile

High-level output
// Decompiled output will appear here.