Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ UnsafeSet
Method
UnsafeSet
src/interp/interp.cc:813–815 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
811
}
812
813
void Global::UnsafeSet(Value value) {
814
value_ = value;
815
}
816
817
//// Tag ////
818
Tag::Tag(Store&, TagType type) : Extern(skind), type_(type) {}
Callers
2
StepInternal
Method · 0.80
wasm_global_set
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected