MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / wasm_valkind_is_ref

Function wasm_valkind_is_ref

include/wasm.h:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 return k < WASM_EXTERNREF;
195}
196static inline bool wasm_valkind_is_ref(wasm_valkind_t k) {
197 return k >= WASM_EXTERNREF;
198}
199
200static inline bool wasm_valtype_is_num(const wasm_valtype_t* t) {
201 return wasm_valkind_is_num(wasm_valtype_kind(t));

Callers 1

wasm_valtype_is_refFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected