Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ is_2gb
Method
is_2gb
test/common.py:463–464 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
461
return
self.get_setting(
'INITIAL_MEMORY'
) ==
'4200mb'
462
463
def
is_2gb(self):
464
return
self.get_setting(
'INITIAL_MEMORY'
) ==
'2200mb'
465
466
def
check_dylink(self):
467
if
self.get_setting(
'WASM_ESM_INTEGRATION'
):
Callers
4
require_wasm2js
Method · 0.95
decorators.py
File · 0.80
metafunc
Function · 0.80
test_emscripten_animate_canvas_element_size
Method · 0.80
Calls
1
get_setting
Method · 0.95
Tested by
1
test_emscripten_animate_canvas_element_size
Method · 0.64