Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Val
Method
Val
crates/c-api/include/wasmtime/_val_class.hh:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
wasmtime_val_t val;
60
61
Val() : val{} {
62
val.kind = WASMTIME_I32;
63
val.of.i32 = 0;
64
}
65
66
public:
67
/// Creates a new value from the raw C API representation.
Callers
nothing calls this directly
Calls
2
memcpy
Function · 0.85
wasmtime_val_clone
Function · 0.85
Tested by
no test coverage detected