Crates.io | concordium-wasm |
lib.rs | concordium-wasm |
version | 5.0.0 |
source | src |
created_at | 2023-02-03 09:27:58.026629 |
updated_at | 2024-09-09 11:03:13.72904 |
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 | 367,916 |
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.