Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ FixupTopLabel
Method
FixupTopLabel
src/interp/binary-reader-interp.cc:507–509 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
}
506
507
void BinaryReaderInterp::FixupTopLabel() {
508
depth_fixups_.Resolve(istream_, label_stack_.size() - 1);
509
}
510
511
u32 BinaryReaderInterp::GetFuncOffset(Index func_index) {
512
assert(func_index >= num_func_imports());
Callers
nothing calls this directly
Calls
2
Resolve
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected