Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ read_byte
Method
read_byte
tools/webassembly.py:224–225 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
222
return
self.buf.read(count)
223
224
def
read_byte(self):
225
return
self.buf.read(1)[0]
226
227
def
read_uleb(self):
228
return
read_uleb(self.buf)
Callers
11
read_limits
Method · 0.95
read_init
Method · 0.95
sections
Method · 0.95
get_types
Method · 0.95
get_exports
Method · 0.95
get_imports
Method · 0.95
get_globals
Method · 0.95
get_function_names
Method · 0.95
get_target_features
Method · 0.95
is_orig_main_wrapper
Function · 0.80
parse_function_for_memory_inits
Function · 0.80
Calls
1
read
Method · 0.45
Tested by
no test coverage detected