Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Access the DOM and other Web APIs from Swift! (Very much a WIP)

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.