Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swiftwasm/WebAPIKit
Access the DOM and other Web APIs from Swift! (Very much a WIP)
https://github.com/swiftwasm/WebAPIKit
dom swift swiftwasm web-api webassembly
Last synced: 3 months ago
JSON representation
Access the DOM and other Web APIs from Swift! (Very much a WIP)
- Host: GitHub
- URL: https://github.com/swiftwasm/WebAPIKit
- Owner: swiftwasm
- License: mit
- Created: 2020-08-04T02:30:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T22:06:19.000Z (about 1 year ago)
- Last Synced: 2024-04-14T16:09:36.118Z (7 months ago)
- Topics: dom, swift, swiftwasm, web-api, webassembly
- Language: Swift
- Homepage:
- Size: 1.36 MB
- Stars: 57
- Watchers: 9
- Forks: 6
- Open Issues: 11
-
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.