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

macro no-std pwasm-abi-derive

Rust WebAssembly Contracts Abi (derive macros)

13 releases

Uses old Rust 2015

0.2.3 Apr 30, 2019
0.2.2 Jan 31, 2019
0.2.0 Nov 13, 2018
0.1.12 Oct 18, 2018
0.1.0 Feb 12, 2018

#42 in #parity-wasm

Download history 42/week @ 2024-03-11 42/week @ 2024-04-01

104 downloads per month

MIT/Apache

40KB
1K SLoC

pwasm-abi-derive

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

Build Status

Documentation

Add dependency

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

License

pwasm-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

~1–1.7MB
~38K SLoC