| Crates.io | wasmlib |
| lib.rs | wasmlib |
| version | 0.1.0 |
| created_at | 2023-03-04 01:25:53.532776+00 |
| updated_at | 2023-03-04 01:25:53.532776+00 |
| description | Smart Contract interface library for Wasp nodes |
| homepage | |
| repository | https://github.com/iotaledger/wasp |
| max_upload_size | |
| id | 800259 |
| size | 250,972 |
WasmLib allows developers to use Rust to create smart contracts for ISC that
compile into Wasm and can run directly on ISC-enabled Wasp nodes and on the
Solo environment.
WasmLib treats the programming of smart contracts as simple access to a
key/value data and token storage where smart contract properties, request
parameters, token balances and the smart contract state can be accessed in a
universal, consistent way.
The wasmlib folder provides the interface to the VM sandbox provided by the Wasp node through ScFuncContext and ScViewContext.