MCPcopy 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_wasm2jsMethod · 0.95
decorators.pyFile · 0.80
metafuncFunction · 0.80

Calls 1

get_settingMethod · 0.95