Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ GlobalInstance
Method
GlobalInstance
include/runtime/instance/global.h:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
class GlobalInstance {
23
public:
24
GlobalInstance() = delete;
25
GlobalInstance(const AST::GlobalType >ype,
26
ValVariant Val = uint128_t(0U)) noexcept
27
: GlobType(GType), Value(Val) {
Callers
nothing calls this directly
Calls
5
uint128_t
Class · 0.85
isNumType
Method · 0.80
getValType
Method · 0.80
isNullableRefType
Method · 0.80
isNull
Method · 0.80
Tested by
no test coverage detected