Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ read_uleb
Function
read_uleb
tools/webassembly.py:51–52 ·
view source on GitHub ↗
(iobuf)
Source
from the content-addressed store, hash-verified
49
50
51
def
read_uleb(iobuf):
52
return
leb128.u.decode_reader(iobuf)[0]
53
54
55
def
read_sleb(iobuf):
Callers
1
read_uleb
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected