Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ read_uleb
Method
read_uleb
tools/webassembly.py:227–228 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
225
return
self.buf.read(1)[0]
226
227
def
read_uleb(self):
228
return
read_uleb(self.buf)
229
230
def
read_sleb(self):
231
return
read_sleb(self.buf)
Callers
15
read_string
Method · 0.95
read_limits
Method · 0.95
read_type
Method · 0.95
read_init
Method · 0.95
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
Calls
1
read_uleb
Function · 0.85
Tested by
no test coverage detected