mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-11 20:11:22 +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
|
||||
```
|
||||
|
||||
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
|
||||
that its tests still pass with the new `.webidl` file enabled:
|
||||
|
||||
|
Reference in New Issue
Block a user