Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ See docs/process.md for more on how version tagging works.
- The WasmFS OPFS backend is now faster in browsers that implement
[`Atomics.waitAsync`](https://caniuse.com/mdn-javascript_builtins_atomics_waitasync).
(#18861)
- The `emscripten_proxy_async_with_callback` API was replaced with a simpler
`emscripten_proxy_callback` API that takes a second callback to be called if
the worker thread dies before completing the proxied work.

3.1.32 - 02/17/23
-----------------
Expand All @@ -101,9 +104,6 @@ See docs/process.md for more on how version tagging works.
- Synchronous proxying functions in emscripten/proxying.h now return errors
instead of hanging forever when the worker thread dies before the proxied work
is finished.
- The `emscripten_proxy_async_with_callback` API was replaced with a simpler
`emscripten_proxy_callback` API that takes a second callback to be called if
the worker thread dies before completing the proxied work.

3.1.31 - 01/26/23
-----------------
Expand Down