MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / read_sleb

Function read_sleb

tools/webassembly.py:55–56  ·  view source on GitHub ↗
(iobuf)

Source from the content-addressed store, hash-verified

53
54
55def read_sleb(iobuf):
56 return leb128.i.decode_reader(iobuf)[0]
57
58
59def once(method):

Callers 1

read_slebMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected