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

Method require_wasm2js

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

Source from the content-addressed store, hash-verified

671 self.fail('either d8 or node v24 required to run JSPI tests. Use EMTEST_SKIP_JSPI to skip')
672
673 def require_wasm2js(self):
674 if self.is_wasm64():
675 self.skipTest('wasm2js is not compatible with wasm64')
676 if self.is_2gb() or self.is_4gb():
677 self.skipTest('wasm2js does not support over 2gb of memory')
678 if self.get_setting('WASM_ESM_INTEGRATION'):
679 self.skipTest('wasm2js is not compatible with WASM_ESM_INTEGRATION')
680
681 def setup_nodefs_test(self):
682 self.require_node()

Callers 2

decoratedFunction · 0.80
metafuncFunction · 0.80

Calls 4

is_wasm64Method · 0.95
is_2gbMethod · 0.95
is_4gbMethod · 0.95
get_settingMethod · 0.95

Tested by

no test coverage detected