webidl-bind
webidl-bind copied to clipboard
Code binding generator for Web Assembly from WebIDL
Call() has terrible performance (for a certain definition of "terrible" - i'm writing a WebGL thing and it's bad enough to matter). It has to pass the method name from...
Tag for NamedConstructor doesn't generate any code. See HTMLAudioElement ``` [Exposed=Window, NamedConstructor=Audio(optional DOMString src)] interface HTMLAudioElement : HTMLMediaElement { [HTMLConstructor] constructor(); }; ```
Add module support when added to WebIDL standard. See heycam/webidl#592 for details.
Need to support idl syntax: (DOMString or long) etc that result in a union construction