wasm_instance_as_ref_const

Function wasm_instance_as_ref_const 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasm_instance_as_ref_const( a: &wasm_instance_t, ) -> Box<wasm_ref_t>
Expand description

Returns the wasm_instance_t as immutable reference.

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