Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ Val
Method
Val
include/wasm.hh:506–506 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
504
} impl_;
505
506
Val(ValKind kind, impl impl) : kind_(kind), impl_(impl) {}
507
508
public:
509
Val() : kind_(ValKind::EXTERNREF) { impl_.ref = nullptr; }
Callers
nothing calls this directly
Calls
2
is_ref
Function · 0.85
release
Method · 0.80
Tested by
no test coverage detected