cosmwasm-vm 2.2.4

VM bindings to run CosmWasm contracts
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod compile;
mod engine;
mod gatekeeper;
mod limiting_tunables;
mod metering;

#[cfg(test)]
pub use engine::make_compiler_config;

pub use compile::compile;
pub use engine::{make_compiling_engine, make_runtime_engine, COST_FUNCTION_HASH};