#[unsafe(no_mangle)]pub extern "C" fn wasmtime_tag_eq(
store: WasmtimeStoreContext<'_>,
a: &Tag,
b: &Tag,
) -> boolExpand description
Tests whether two tags are the same (identity equality).
#[unsafe(no_mangle)]pub extern "C" fn wasmtime_tag_eq(
store: WasmtimeStoreContext<'_>,
a: &Tag,
b: &Tag,
) -> boolTests whether two tags are the same (identity equality).