mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
02da57e275
Creating these options bags is more costly than passing arguments one-by-one. Especially since `prefix` and `context` are passed to all functions. |
||
---|---|---|
.. | ||
benches | ||
00_webidl.js | ||
Cargo.toml | ||
internal.d.ts | ||
lib.rs | ||
README.md |
deno_webidl
This crate implements WebIDL for Deno. It consists of infrastructure to do ECMA -> WebIDL conversions.