#abi #blockchain #parity-wasm #parity #wasm #macro-derive

macro no-std owasm-abi-derive

Rust WebAssembly Contracts Abi (derive macros)

8 releases

0.4.0 Mar 1, 2019
0.3.0 Feb 24, 2019
0.1.16 Nov 15, 2018

#44 in #parity-wasm


Used in oasis-game-contract

MIT/Apache

48KB
1K SLoC

owasm-abi-derive

Derivation macros for traits to bind dispatch and invoke using owasm-abi.

Documentation for original pwasm-abi

Add dependency

[dependencies]
owasm-abi-derive = "0.2"

License

owasm-abi-derive 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.


lib.rs:

Ethereum (Solidity) derivation for rust contracts (compiled to wasm or otherwise)

Dependencies

~2.5MB
~60K SLoC