Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Val
Method
Val
crates/c-api/include/wasm.hh:512–512 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
510
} impl_;
511
512
Val(ValKind kind, impl impl) : kind_(kind), impl_(impl) {}
513
514
public:
515
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