We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abd2580 + 3b22cd6 commit 1dd4a1cCopy full SHA for 1dd4a1c
test/common.py
@@ -116,6 +116,9 @@ def configure(data_dir):
116
"""Chrome has no special configuration step."""
117
118
119
+# N.b. The earliest Firefox version that can run multithreaded browser harness
120
+# is Firefox 67. If you need to test earlier Firefox versions, use EMTEST_CORES=1
121
+# environment variable to revert to the single-threaded browser harness.
122
class FirefoxConfig:
123
data_dir_flag = '-profile '
124
default_flags = ('-new-instance',)
test/other/test_symbol_map.O3.symbols
@@ -3,6 +3,4 @@
3
2:middle
4
3:main
5
4:foo::cpp_func(int)
6
-5:emscripten_stack_get_current
7
-6:_emscripten_stack_restore
8
-7:__wasm_call_ctors
+5:__wasm_call_ctors
0 commit comments