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

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

Awesome Lists containing this project

README

          


You're probably looking for jcbhmr.me/WebIDL-Go

## Development

![Markdown](https://img.shields.io/static/v1?style=for-the-badge&message=Markdown&color=000000&logo=Markdown&logoColor=FFFFFF&label=)

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_.