Skip to main content

wasm_runtime_get_custom_section

Function wasm_runtime_get_custom_section 

Source
pub unsafe extern "C" fn wasm_runtime_get_custom_section(
    module_comm: wasm_module_t,
    name: *const c_char,
    len: *mut u32,
) -> *const u8