| Crates.io | concordium-wasm |
| lib.rs | concordium-wasm |
| version | 5.1.0 |
| created_at | 2023-02-03 09:27:58.026629+00 |
| updated_at | 2025-03-18 13:51:17.646538+00 |
| description | Concordium's Wasm execution engine |
| homepage | https://github.com/Concordium/concordium-base/tree/main/smart-contracts/wasm-transform |
| repository | https://github.com/Concordium/concordium-base/ |
| max_upload_size | |
| id | 775478 |
| size | 368,369 |
A library that provides an implementation of a Wasm execution engine to suit Concordium's needs. In particular it implements
This is a low-level library that implements only the Wasm parts of execution.
The companion library concordium-smart-contract-engine provides an integration
of the Wasm together with state management, and provides higher-level functions
for executing smart contract entrypoints.
This crate follows semantic versioning guidelines. Change in minimum supported rust version will be accompanied by a minor version increase.