From 40fdbfcea996b83862a0bcbd5119ddaa07434ac2 Mon Sep 17 00:00:00 2001 From: Teoh Han Hui Date: Sat, 2 Aug 2025 05:19:52 +0800 Subject: [PATCH] Rename WebGPU proposal to GFX Move the entry from Phase 1 to Phase 2. --- docs/interfaces.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/interfaces.md b/docs/interfaces.md index c464457..82aea91 100644 --- a/docs/interfaces.md +++ b/docs/interfaces.md @@ -98,6 +98,7 @@ All active WASI API proposals can be found on the [WASI GitHub repository](https | ----------------------------------------------------- | -------------------------------------------- | | [Machine Learning (wasi-nn)][wasi-nn] | https://github.com/WebAssembly/wasi-nn | | [Clocks: Timezone][wasi-clocks] | https://github.com/WebAssembly/wasi-clocks | +| [GFX][wasi-gfx] | https://github.com/WebAssembly/wasi-gfx | ### Phase 1 - Feature Proposal (CG) @@ -121,7 +122,6 @@ All active WASI API proposals can be found on the [WASI GitHub repository](https | [Threads][wasi-threads] | https://github.com/WebAssembly/wasi-native-threads | | [URL][wasi-url] | https://github.com/WebAssembly/wasi-url | | [USB][wasi-usb] | https://github.com/WebAssembly/wasi-usb | -| [WebGPU][wasi-webgpu] | https://github.com/WebAssembly/wasi-webgpu | ### Phase 0 - Pre-Proposal (CG) @@ -168,5 +168,5 @@ Some APIs may require backwards-incompatible changes over time. In these cases, [wasi-threads]: https://github.com/WebAssembly/wasi-native-threads [wasi-url]: https://github.com/WebAssembly/wasi-url [wasi-usb]: https://github.com/WebAssembly/wasi-usb -[wasi-webgpu]: https://github.com/WebAssembly/wasi-webgpu +[wasi-gfx]: https://github.com/WebAssembly/wasi-gfx [wasi-cli]: https://github.com/WebAssembly/wasi-cli