a hyper minimalistic no_std
+ alloc
web assembly parser for Rust.
coverage is currently small
rust
[dependencies]
watson = "0"
```rust use watson::*;
let program = Program.load(&bytesofwasm)?; for s in program.sections { match s { CodeSection(code)=> ..., ... } } ... ```
This project is licensed under either of
at your option.
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.