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

#2860 in Magic Beans

Download history 25/week @ 2024-01-08 13/week @ 2024-01-15 4/week @ 2024-01-29 10/week @ 2024-02-05 26/week @ 2024-02-12 75/week @ 2024-02-19 312/week @ 2024-02-26 47/week @ 2024-03-04 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

436 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
~61K SLoC