Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ seek
Method
seek
tools/webassembly.py:269–270 ·
view source on GitHub ↗
(self, offset)
Source
from the content-addressed store, hash-verified
267
return
code
268
269
def
seek(self, offset):
270
return
self.buf.seek(offset)
271
272
def
tell(self):
273
return
self.buf.tell()
Callers
15
sections
Method · 0.95
get_types
Method · 0.95
parse_dylink_section
Method · 0.95
get_exports
Method · 0.95
get_imports
Method · 0.95
get_globals
Method · 0.95
get_start
Method · 0.95
get_functions
Method · 0.95
get_memories
Method · 0.95
get_segments
Method · 0.95
get_tables
Method · 0.95
get_function_types
Method · 0.95
Calls
no outgoing calls
Tested by
1
create_huge_file
Method · 0.36