Skip to main content

wasm_runtime_load_from_sections

Function wasm_runtime_load_from_sections 

Source
pub unsafe extern "C" fn wasm_runtime_load_from_sections(
    section_list: wasm_section_list_t,
    is_aot: bool,
    error_buf: *mut c_char,
    error_buf_size: u32,
) -> wasm_module_t