Expand description
Utilities for converting WebIDL to WebAssembly Interface Types
Converting between WebIDL and WIT is primarily useful when building components that will interact with wider ecosystems that are build on WebIDL, the most prominent example being W3C spec-compliant web browsers.
Structs§
- Conversion
Options - conversion options.
- Ident
- Package
Name - A structure used to keep track of the name of a package, containing optional information such as a namespace and version information.