#[unsafe(no_mangle)]
pub extern "C" fn wasm_memory_set_host_info(
    a: &wasm_memory_t,
    info: *mut c_void,
)Expand description
Sets the host information of the wasm_memory_t.
This is not yet supported and aborts the process upon use.
#[unsafe(no_mangle)]
pub extern "C" fn wasm_memory_set_host_info(
    a: &wasm_memory_t,
    info: *mut c_void,
)Sets the host information of the wasm_memory_t.
This is not yet supported and aborts the process upon use.