[][src]Function wamr_sys::wasm_runtime_set_custom_data

pub unsafe extern "C" fn wasm_runtime_set_custom_data(
    module_inst: wasm_module_inst_t,
    custom_data: *mut c_void
)

Set custom data to WASM module instance.

@param module_inst the WASM module instance @param custom_data the custom data to be set