https://github.com/swiftwasm/WebAPIKit
Access the DOM and other Web APIs using Swift for WebAssembly
https://github.com/swiftwasm/WebAPIKit
dom swift swiftwasm web-api webassembly
Last synced: 7 months ago
JSON representation
Access the DOM and other Web APIs using Swift for WebAssembly
- Host: GitHub
- URL: https://github.com/swiftwasm/WebAPIKit
- Owner: swiftwasm
- License: mit
- Created: 2020-08-04T02:30:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T17:22:53.000Z (8 months ago)
- Last Synced: 2025-07-01T10:23:48.119Z (8 months ago)
- Topics: dom, swift, swiftwasm, web-api, webassembly
- Language: Swift
- Homepage:
- Size: 1.76 MB
- Stars: 72
- Watchers: 10
- Forks: 9
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebAPIKit
🚨 Very experimental 🚨
Type-safe access to DOM and other Web APIs from Swift, using [@webref/idl](https://www.npmjs.com/package/@webref/idl) package to generate the bindings and [JavaScriptKit](https://github.com/swiftwasm/JavaScriptKit) to enable access to the actual objects.