Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ getInstrs
Method
getInstrs
include/ast/expression.h:26–26 ·
view source on GitHub ↗
Getter for instructions vector.
Source
from the content-addressed store, hash-verified
24
public:
25
/// Getter for instructions vector.
26
InstrView getInstrs() const noexcept { return Instrs; }
27
InstrVec &getInstrs() noexcept { return Instrs; }
28
29
private:
Callers
15
compile
Method · 0.45
validate
Method · 0.45
enterFunction
Method · 0.45
createGlobals
Function · 0.45
instantiate
Method · 0.45
instantiate
Method · 0.45
instantiate
Method · 0.45
instantiate
Method · 0.45
instantiate
Method · 0.45
runFunction
Method · 0.45
proxyCall
Method · 0.45
proxyCallIndirect
Method · 0.45
Calls
no outgoing calls
Tested by
5
TEST
Function · 0.36
createCodeSec
Function · 0.36
createGlobalSec
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36