Function run_wasm

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