a hyper minimalistic no_std
+ alloc
web assembly parser/compiler for Rust based off the official specification
rust
[dependencies]
watson = "0.8"
```rust use watson::*;
let program = watons::parse(&bytesofwasm)?; for s in program.sections.iter() { 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.