wamr_sys

Function wasm_runtime_get_module_inst

Source
pub unsafe extern "C" fn wasm_runtime_get_module_inst(
    exec_env: wasm_exec_env_t,
) -> wasm_module_inst_t
Expand description

Get WASM module instance from execution environment

@param exec_env the execution environment to retrieve

@return the WASM module instance