watson

docs.rs docs

a hyper minimalistic no_std + alloc web assembly parser for Rust.

coverage is currently small

rust [dependencies] watson = "0"

Usage

```rust use watson::*;

let program = Program.load(&bytesofwasm)?; for s in program.sections { match s { CodeSection(code)=> ..., ... } } ... ```

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in watson by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.