Skip to content
forked from wasdk/wasmparser

Simple streamable WebAssembly binary parser

License

Notifications You must be signed in to change notification settings

EricSL/wasmparser

 
 

Repository files navigation

Build Status

Simple streamable WebAssembly binary parser.

Test

Compiling Code

npm run build

Examples

See the examples/ folder.

Running Tests

npm test

Creating Tests

Place a .wasm and an associated .wasm.out file in the test directory. The testing harness will compare the parsing output of the .wasm file against the .wasm.out file. You can use the npm test update command to automatically create a .out files. This is useful if you have made a change that affects the tests.

About

Simple streamable WebAssembly binary parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • JavaScript 0.7%