Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ is_browser_test
Method
is_browser_test
test/common.py:454–455 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
452
return
not self.is_wasm()
453
454
def
is_browser_test(self):
455
return
False
456
457
def
is_wasm64(self):
458
return
'-m64'
in self.cflags
Callers
7
require_pthreads
Method · 0.95
require_wasm64
Method · 0.95
require_wasm_legacy_eh
Method · 0.95
require_wasm_eh
Method · 0.95
require_jspi
Method · 0.95
run
Method · 0.45
modified
Function · 0.45
Calls
no outgoing calls
Tested by
1
run
Method · 0.36