Skip to main content

wasmtime_tag_eq

Function wasmtime_tag_eq 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasmtime_tag_eq( store: WasmtimeStoreContext<'_>, a: &Tag, b: &Tag, ) -> bool
Expand description

Tests whether two tags are the same (identity equality).