owasm-abi 0.3.0

Rust WebAssembly Contracts Abi
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# owasm-abi
Parity WASM Abi (Legacy and new)

[Documentation of original `pwasm-abi`](https://paritytech.github.io/pwasm-abi/pwasm_abi/)

# Add dependency

```toml
[dependencies]
owasm-abi = "0.2"
```
# License

`owasm-abi` is primarily distributed under the terms of both the MIT
license and the Apache License (Version 2.0), at your choice.

See LICENSE-APACHE, and LICENSE-MIT for details.