https://github.com/jcbhmr/webidl-go
https://github.com/jcbhmr/webidl-go
bindings documentation experimental go idea javascript specification webidl
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcbhmr/webidl-go
- Owner: jcbhmr
- License: cc0-1.0
- Created: 2024-04-26T02:57:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T07:26:03.000Z (over 1 year ago)
- Last Synced: 2025-02-07T17:14:00.985Z (over 1 year ago)
- Topics: bindings, documentation, experimental, go, idea, javascript, specification, webidl
- Homepage: https://jcbhmr.me/WebIDL-Go
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
You're probably looking for jcbhmr.me/WebIDL-Go
## Development

The document's structure is intended to mimic the [JavaScript binding section](https://webidl.spec.whatwg.org/#javascript-binding) of the Web IDL standard and take inspiration from [the Java binding for Web IDL](https://www.w3.org/TR/WebIDL-Java/).
Some other prior art resources from how other ecosystems have started adopting Web IDL (or Web API bindings) into their own language idioms are the [web-sys](https://crates.io/crates/web-sys) crate from the Rust ecosystem and _TODO_.