You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/test_browser.py
+1-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
# coding=utf-8
2
1
# Copyright 2013 The Emscripten Authors. All rights reserved.
3
2
# Emscripten is available under two separate licenses, the MIT license and the
4
3
# University of Illinois/NCSA Open Source License. Both these licenses can be
@@ -242,7 +241,7 @@ def proxy_to_worker(self):
242
241
defrequire_jspi(self):
243
242
ifnotis_chrome():
244
243
self.skipTest(f'Current browser ({EMTEST_BROWSER}) does not support JSPI. Only chromium-based browsers ({CHROMIUM_BASED_BROWSERS}) support JSPI today.')
0 commit comments