wasm_ref_same

Function wasm_ref_same 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasm_ref_same( _a: Option<&wasm_ref_t>, _b: Option<&wasm_ref_t>, ) -> bool
Expand description

Returns true if both wasm_ref_t references are referencing the same objects.

ยงNote

This API is unsupported and will panic upon use.