Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ skip
Method
skip
tools/webassembly.py:275–276 ·
view source on GitHub ↗
(self, count)
Source
from the content-addressed store, hash-verified
273
return
self.buf.tell()
274
275
def
skip(self, count):
276
self.buf.seek(count, os.SEEK_CUR)
277
278
def
sections(self):
279
""
"Lazily yield sections from the wasm file."
""
Callers
4
parse_dylink_section
Method · 0.95
get_function_names
Method · 0.95
flaky
Function · 0.80
disabled
Function · 0.80
Calls
1
seek
Method · 0.45
Tested by
no test coverage detected