wamr_sys

Function wasm_runtime_get_module

Source
pub unsafe extern "C" fn wasm_runtime_get_module(
    module_inst: wasm_module_inst_t,
) -> wasm_module_t
Expand description

Get WASM module from WASM module instance

@param module_inst the WASM module instance to retrieve

@return the WASM module