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

Method setUp

test/test_browser.py:5755–5762  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5753
5754class browser64_4gb(browser):
5755 def setUp(self):
5756 super().setUp()
5757 self.cflags += ['-m64']
5758 self.set_setting('INITIAL_MEMORY', '4200mb')
5759 self.set_setting('GLOBAL_BASE', '4gb')
5760 # Without this we get a warning about GLOBAL_BASE being ignored when used with SIDE_MODULE
5761 self.cflags.append('-Wno-unused-command-line-argument')
5762 self.require_wasm64()
5763
5764
5765class browser64_2gb(browser):

Callers

nothing calls this directly

Calls 4

set_settingMethod · 0.80
appendMethod · 0.80
require_wasm64Method · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected