init_wasm_runtime

Function init_wasm_runtime 

Source
pub async fn init_wasm_runtime() -> Result<WASMRuntime>
Expand description

Initialize WASM runtime with default configuration

ยงExample

use grove::WASM;

let runtime = WASM::init_wasm_runtime().await?;