We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DOMRefTypes
README.md
1 parent a96734f commit 7ef78e4Copy full SHA for 7ef78e4
README.md
@@ -11,6 +11,9 @@ The repository is split into multiple subdirectories:
11
WebAssembly for application plugins;
12
- The [`WebGPUDemo`](./WebGPUDemo) package demonstrates use of WebAssembly
13
in the browser, with Swift bindings to the [WebGPU](https://developer.apple.com/videos/play/wwdc2025/236) API.
14
+- The [`DOMRefTypes`](./DOMRefTypes) package demonstrates use of WebAssembly
15
+ reference types for high performance bridging to DOM Web APIs. This specific
16
+ package is currently provided for advanced use cases only.
17
18
## Contributing to this repository
19
0 commit comments