#numbat #smart-contracts #blockchain #wasm #contract

yanked test-numbat-wasm

Numbat WebAssembly smart contract API

1 unstable release

0.0.1 Dec 6, 2024

#6 in #numbat

Download history 124/week @ 2024-12-02 22/week @ 2024-12-09

146 downloads per month
Used in 2 crates

GPL-3.0-only

350KB
10K SLoC

test-numbat-wasm

This is the main crate for building smart contracts on Numbat's Andes 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

~3MB
~55K SLoC