Function crows_wasm::run_wasm

source ·
pub async fn run_wasm(
    instance: &mut Instance,
    store: &mut Store<WasiHostCtx>
) -> Result<()>