Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ opcode
Method
opcode
include/wabt/token.h:108–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
Opcode opcode() const {
109
assert(HasOpcode());
110
return opcode_;
111
}
112
113
const Literal& literal() const {
114
assert(HasLiteral());
Callers
6
ErrorUnlessOpcodeEnabled
Method · 0.45
ParseLoadStoreInstr
Method · 0.45
ParseSIMDLoadStoreInstr
Method · 0.45
ParsePlainInstr
Method · 0.45
ParseConst
Method · 0.45
WriteCounts
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected