Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_dylink
Method · 0.95
require_jspi
Method · 0.95
metafunc
Function · 0.80
test_memory_growth
Method · 0.80
test_single_file
Method · 0.80
test_check_sourcemapurl
Method · 0.80
test_check_sourcemapurl_default
Method · 0.80
decorated
Function · 0.80
test_core.py
File · 0.80
setup_esm_integration
Method · 0.80
test_longjmp_with_and_without_exceptions
Method · 0.80
test_exceptions_with_and_without_longjmp
Method · 0.80
Calls
1
is_wasm
Method · 0.95
Tested by
15
test_memory_growth
Method · 0.64
test_single_file
Method · 0.64
test_check_sourcemapurl
Method · 0.64
test_check_sourcemapurl_default
Method · 0.64
decorated
Function · 0.64
setup_esm_integration
Method · 0.64
test_longjmp_with_and_without_exceptions
Method · 0.64
test_exceptions_with_and_without_longjmp
Method · 0.64
test_memorygrowth
Method · 0.64
test_memorygrowth_2
Method · 0.64
test_memorygrowth_MAXIMUM_MEMORY
Method · 0.64
test_memorygrowth_linear_step
Method · 0.64