105 releases (37 breaking)

0.38.0 Dec 15, 2022
0.36.1 Nov 1, 2022
0.34.1 Jul 19, 2022
0.30.0 Mar 17, 2022
0.2.0 Mar 18, 2020

#4 in #elrond

Download history 173/week @ 2024-03-11 110/week @ 2024-03-18 42/week @ 2024-03-25 252/week @ 2024-04-01 55/week @ 2024-04-08 79/week @ 2024-04-15 148/week @ 2024-04-22 37/week @ 2024-04-29 56/week @ 2024-05-06 46/week @ 2024-05-13 91/week @ 2024-05-20 36/week @ 2024-05-27 70/week @ 2024-06-03 32/week @ 2024-06-10 66/week @ 2024-06-17 58/week @ 2024-06-24

231 downloads per month
Used in 16 crates (14 directly)

GPL-3.0-only

1MB
25K SLoC

elrond-wasm

This is the main crate for building smart contracts on Elrond's Arwen VM in Rust.

It contains the interface that the smart contract sees and can use. No implementation details are available from this crate alone.

no-std

The crate supports both std and no-std builds. Building for the blockchain is done with no-std, while for debugging std is used.

Dependencies

~3.5MB
~63K SLoC