MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / u32_skip

Function u32_skip

src/wasm-bin.cc:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void u32_skip(const byte_t*& pos) {
189 bin::u32(pos);
190}
191
192
193// Names

Callers 3

limits_skipFunction · 0.85
expr_skipFunction · 0.85
sectionFunction · 0.85

Calls 1

u32Function · 0.85

Tested by

no test coverage detected