wasmi_c_api

Function wasm_global_set_host_info

source
#[no_mangle]
pub extern "C" fn wasm_global_set_host_info(
    a: &wasm_global_t,
    info: *mut c_void,
)
Expand description

Sets the host information of the wasm_global_t.

This is not yet supported and aborts the process upon use.