Function wasmi_c_api::wasm_module_same
source ยท #[no_mangle]
pub extern "C" fn wasm_module_same(
_a: &wasm_module_t,
_b: &wasm_module_t,
) -> bool
Expand description
Returns true
if the given references are pointing to the same wasm_module_t
.
This is not yet supported and aborts the process upon use.