wasm_instance_set_host_info

Function wasm_instance_set_host_info 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasm_instance_set_host_info( a: &wasm_instance_t, info: *mut c_void, )
Expand description

Sets the host information of the wasm_instance_t.

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