Commit 72bcff5
committed
Deprecate -sUSE_WEBGPU in favor of Dawn's emdawnwebgpu
Adds a linker warning for using -sUSE_WEBGPU, and update documentation.
Emscripten's implementation of webgpu.h is unmaintained. We want people
to move to Dawn's emdawnwebgpu implementation (fork). However, the API
has changed substantially, so this not a clean transition. Plus, there
might be new bugs in that implementation. So we need a decently long
deprecation period before removing the old implementation.
Issue: 234321 parent 002c63a commit 72bcff5
File tree
4 files changed
+16
-2
lines changed- site/source/docs/tools_reference
- src
- test
- tools
4 files changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
883 | | - | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
884 | 890 | | |
885 | 891 | | |
886 | 892 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
575 | | - | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
576 | 581 | | |
| 582 | + | |
577 | 583 | | |
578 | 584 | | |
579 | 585 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10259 | 10259 | | |
10260 | 10260 | | |
10261 | 10261 | | |
| 10262 | + | |
10262 | 10263 | | |
10263 | 10264 | | |
10264 | 10265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
0 commit comments