diff options
Diffstat (limited to 'op_crates/webidl/README.md')
-rw-r--r-- | op_crates/webidl/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/op_crates/webidl/README.md b/op_crates/webidl/README.md new file mode 100644 index 000000000..ce2d661e3 --- /dev/null +++ b/op_crates/webidl/README.md @@ -0,0 +1,6 @@ +# deno_webidl + +This crate implements WebIDL for Deno. It consists of infrastructure to do ECMA +-> WebIDL conversions. + +Spec: https://heycam.github.io/webidl/ |