12 releases (7 breaking)

0.8.2 Apr 5, 2020
0.7.0 Apr 5, 2020
0.3.1 Mar 27, 2020
0.0.0 Nov 6, 2019

#1393 in WebAssembly


Used in 2 crates (via watson)

MIT/Apache

21KB
553 lines

webassembly

A rust library for working with web assembly.

  • #![no_std] and alloc
  • includes all opcodes
  • primitive type -> wasm type representation helper
  • wasm type representation -> primitive type helper
[dependencies]
webassembly = "0.3"

License

This project is licensed under either of

at your option.

Contribution

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

No runtime deps