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?;pub async fn init_wasm_runtime() -> Result<WASMRuntime>Initialize WASM runtime with default configuration
use grove::WASM;
let runtime = WASM::init_wasm_runtime().await?;