Skip to content

Commit 29bf936

Browse files
authored
Remove -sUSE_WEBGPU in favor of --use-port=emdawnwebgpu (#25398)
Fixes #24265
1 parent c82f50f commit 29bf936

29 files changed

+7
-12663
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ See docs/process.md for more on how version tagging works.
2020

2121
4.0.18 (in development)
2222
-----------------------
23+
- `-sUSE_WEBGPU` was removed in favor of the external port Emdawnwebgpu which
24+
are used via `--use-port=emdawnwebgpu`. See 4.0.10 release notes for details.
2325

2426
4.0.17 - 10/17/25
2527
-----------------

embuilder.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@
100100
'libunwind-legacyexcept',
101101
'libunwind-wasmexcept',
102102
'libnoexit',
103-
'libwebgpu',
104-
'libwebgpu_cpp',
105103
'bullet',
106104
]
107105

site/source/docs/tools_reference/settings_reference.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -886,20 +886,6 @@ WebGL initialization afterwards will use this GL context to render.
886886

887887
Default value: false
888888

889-
.. _use_webgpu:
890-
891-
USE_WEBGPU
892-
==========
893-
894-
Enables the built-in implementation of ``<webgpu/webgpu.h>``.
895-
Deprecated: Please try migrating to ``--use-port=emdawnwebgpu``,
896-
which implements a newer, incompatible version of webgpu.h (see
897-
tools/ports/emdawnwebgpu.py for more info).
898-
899-
.. note:: This setting is deprecated
900-
901-
Default value: false
902-
903889
.. _stb_image:
904890

905891
STB_IMAGE

0 commit comments

Comments
 (0)