Skip to content

Commit e6ad2d1

Browse files
authored
Reword changelog mention about threads. NFC (#26881)
The mention of threads here suggested it was on and could not be disabled, see #26677 (comment)
1 parent 0630136 commit e6ad2d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ See docs/process.md for more on how version tagging works.
2626
MIN_CHROME_VERSION: 74 -> 85
2727
MIN_FIREFOX_VERSION: 68 -> 79
2828
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
29+
This allows us to assume that features such as mutable-globals and sign-ext
30+
are universally available. Disabling these is no longer possible in
31+
emscripten. If you still need to support extremely old browsers, you can
3232
manually transpile the output of emscripten (e.g. using babel for JS and
3333
binaryen for wasm). (#26677)
3434

0 commit comments

Comments
 (0)