Utility library used in h1emu.
cargo install wasm-pack
run wasm-pack build -t nodejs to build the wasm module in the /pkg folder
wasm-pack build -t nodejs
run cargo test to see if your change broke nothing.
cargo test
run cargo bench.
cargo bench