Skip to main content

wasm_runtime_register_module

Function wasm_runtime_register_module 

Source
pub unsafe extern "C" fn wasm_runtime_register_module(
    module_name: *const c_char,
    module: wasm_module_t,
    error_buf: *mut c_char,
    error_buf_size: u32,
) -> bool