We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0630136 commit e6ad2d1Copy full SHA for e6ad2d1
1 file changed
ChangeLog.md
@@ -26,9 +26,9 @@ See docs/process.md for more on how version tagging works.
26
MIN_CHROME_VERSION: 74 -> 85
27
MIN_FIREFOX_VERSION: 68 -> 79
28
MIN_SAFARI_VERSION: 12.2 -> 14.1
29
- This allows us to assume that features such as mutable-globals, sign-ext, and
30
- threading, are universally available. Disabling these is no longer possible
31
- in emscripten. If you still need to support extremely old browsers, you can
+ This allows us to assume that features such as mutable-globals and sign-ext
+ are universally available. Disabling these is no longer possible in
+ emscripten. If you still need to support extremely old browsers, you can
32
manually transpile the output of emscripten (e.g. using babel for JS and
33
binaryen for wasm). (#26677)
34
0 commit comments