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

Method setUp

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

Source from the content-addressed store, hash-verified

5764
5765class browser64_2gb(browser):
5766 def setUp(self):
5767 super().setUp()
5768 self.cflags += ['-m64']
5769 self.set_setting('INITIAL_MEMORY', '2200mb')
5770 self.set_setting('GLOBAL_BASE', '2gb')
5771 # Without this we get a warning about GLOBAL_BASE being ignored when used with SIDE_MODULE
5772 self.cflags.append('-Wno-unused-command-line-argument')
5773 self.require_wasm64()
5774
5775
5776class browser_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