#[no_mangle]
pub extern "C" fn wasm_ref_set_host_info(
_ref: Option<&wasm_ref_t>,
_info: *mut c_void,
)
Expand description
Sets the host information of the wasm_ref_t
to info
.
ยงNote
This API is unsupported and will panic upon use.
#[no_mangle]
pub extern "C" fn wasm_ref_set_host_info(
_ref: Option<&wasm_ref_t>,
_info: *mut c_void,
)
Sets the host information of the wasm_ref_t
to info
.
This API is unsupported and will panic upon use.