Skip to content

Commit 7ef78e4

Browse files
committed
Describe DOMRefTypes in README.md
1 parent a96734f commit 7ef78e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ The repository is split into multiple subdirectories:
1111
WebAssembly for application plugins;
1212
- The [`WebGPUDemo`](./WebGPUDemo) package demonstrates use of WebAssembly
1313
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.
1417

1518
## Contributing to this repository
1619

0 commit comments

Comments
 (0)