MCPcopy 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
51def read_uleb(iobuf):
52 return leb128.u.decode_reader(iobuf)[0]
53
54
55def read_sleb(iobuf):

Callers 1

read_ulebMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected