cosmwasm-vm 3.0.3

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

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

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