mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-14 21:41:23 +00:00
Note that new WebIDL may need TODO comments
We don't support all features just yet! Closes #570
This commit is contained in:
@ -28,6 +28,11 @@
|
|||||||
git mv webidls/available/MyWebApi.webidl webidls/enabled/MyWebApi.webidl
|
git mv webidls/available/MyWebApi.webidl webidls/enabled/MyWebApi.webidl
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that not all the existing WebIDL files in `available/*` have valid
|
||||||
|
syntax, so if you get a syntax error on a new WebIDL file (or otherwise hit
|
||||||
|
an unsupported operation), feel free to comment it out with a `TODO` to fix
|
||||||
|
later.
|
||||||
|
|
||||||
2. <input type="checkbox"/> Verify that the `web-sys` crate still builds and
|
2. <input type="checkbox"/> Verify that the `web-sys` crate still builds and
|
||||||
that its tests still pass with the new `.webidl` file enabled:
|
that its tests still pass with the new `.webidl` file enabled:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user