wasm_global_get_host_info

Function wasm_global_get_host_info 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasm_global_get_host_info( a: &wasm_global_t, ) -> *mut c_void
Expand description

Returns the host information of the wasm_global_t.

This is not yet supported and always returns NULL.