Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ is_num
Method
is_num
include/wasm.hh:524–524 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
522
}
523
524
auto is_num() const -> bool { return wasm::is_num(kind_); }
525
auto is_ref() const -> bool { return wasm::is_ref(kind_); }
526
527
static auto i32(int32_t x) -> Val { return Val(x); }
Callers
nothing calls this directly
Calls
1
is_num
Function · 0.85
Tested by
no test coverage detected