Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ get_wasm_text
Method
get_wasm_text
test/common.py:990–991 ·
view source on GitHub ↗
(self, wasm_binary)
Source
from the content-addressed store, hash-verified
988
assert t < len(src)
989
990
def
get_wasm_text(self, wasm_binary):
991
return
self.run_process([WASM_DIS, wasm_binary], stdout=PIPE).stdout
992
993
def
is_exported_in_wasm(self, name, wasm):
994
wat = self.get_wasm_text(wasm)
Callers
12
parse_wasm
Method · 0.95
is_exported_in_wasm
Method · 0.95
measure_wasm_code_lines
Method · 0.95
test_exit_runtime
Method · 0.80
test_symbol_map
Method · 0.80
test_memory_size
Method · 0.80
test_legalize_js_ffi
Method · 0.80
test_no_legalize_js_ffi
Method · 0.80
test_wasm_target_and_STANDALONE_WASM
Method · 0.80
test_SUPPORT_LONGJMP_wasm
Method · 0.80
test_extended_const
Method · 0.80
get_data_exports
Method · 0.80
Calls
1
run_process
Method · 0.95
Tested by
9
test_exit_runtime
Method · 0.64
test_symbol_map
Method · 0.64
test_memory_size
Method · 0.64
test_legalize_js_ffi
Method · 0.64
test_no_legalize_js_ffi
Method · 0.64
test_wasm_target_and_STANDALONE_WASM
Method · 0.64
test_SUPPORT_LONGJMP_wasm
Method · 0.64
test_extended_const
Method · 0.64
get_data_exports
Method · 0.64