[][src]Function wamr_sys::wasm_runtime_get_module_inst

pub unsafe extern "C" fn wasm_runtime_get_module_inst(
    exec_env: wasm_exec_env_t
) -> wasm_module_inst_t

Get WASM module instance from execution environment

@param exec_env the execution environment to retrieve

@return the WASM module instance