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 |
#1394 in WebAssembly
Used in 2 crates
(via watson)
21KB
553 lines
webassembly
A rust library for working with web assembly.
-
#![no_std]
andalloc
- 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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.