Binary WebAssembly file parser.
npm install wasmparser

Simple streamable WebAssembly binary parser.
```
npm run build
See the examples/ folder.
``
npm test
Test .wasm files are located in the test/__fixtures__ directory..wasm
The testing harness compares the parsing output of the file against the snapshot file.npm test -- --updateSnapshot` command to update the snapshot file. This is useful if you have made a change that affects the tests.
You can use the