Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ See docs/process.md for more on how version tagging works.
- Node: v10.19.0 -> v12.22.9
- Chrome: v70 -> v74
- Firefox: v55 -> v65
- `-sUSE_WEBGPU` was removed in favor of the external port Emdawnwebgpu which
are used via `--use-port=emdawnwebgpu`. See 4.0.10 release notes for details.

4.0.15 - 09/17/25
-----------------
Expand Down
2 changes: 0 additions & 2 deletions embuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@
'libunwind-legacyexcept',
'libunwind-wasmexcept',
'libnoexit',
'libwebgpu',
'libwebgpu_cpp',
'bullet',
]

Expand Down
5 changes: 2 additions & 3 deletions site/source/docs/tools_reference/settings_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -891,10 +891,9 @@ Default value: false
USE_WEBGPU
==========

Enables the built-in implementation of ``<webgpu/webgpu.h>``.
Deprecated: Please try migrating to ``--use-port=emdawnwebgpu``,
This option has been removed in favor of ``--use-port=emdawnwebgpu``,
which implements a newer, incompatible version of webgpu.h (see
tools/ports/emdawnwebgpu.py for more info).
``tools/ports/emdawnwebgpu.py`` for more info).

.. note:: This setting is deprecated

Expand Down
Loading