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

Method is_wasm2js

test/common.py:451–452  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

449 return self.get_setting('WASM') != 0
450
451 def is_wasm2js(self):
452 return not self.is_wasm()
453
454 def is_browser_test(self):
455 return False

Callers 15

check_dylinkMethod · 0.95
require_jspiMethod · 0.95
metafuncFunction · 0.80
test_memory_growthMethod · 0.80
test_single_fileMethod · 0.80
decoratedFunction · 0.80
test_core.pyFile · 0.80
setup_esm_integrationMethod · 0.80

Calls 1

is_wasmMethod · 0.95