Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ FromCode
Method
FromCode
include/wabt/opcode.h:152–154 ·
view source on GitHub ↗
static
Source
from the content-addressed store, hash-verified
150
151
// static
152
inline Opcode Opcode::FromCode(uint32_t code) {
153
return FromCode(0, code);
154
}
155
156
// static
157
inline Opcode Opcode::FromCode(uint8_t prefix, uint32_t code) {
Callers
nothing calls this directly
Calls
1
Opcode
Class · 0.85
Tested by
no test coverage detected