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

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

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.