diff --git a/guide/src/web-sys/supporting-more-web-apis.md b/guide/src/web-sys/supporting-more-web-apis.md index 6ea0f7dc..069b84d8 100644 --- a/guide/src/web-sys/supporting-more-web-apis.md +++ b/guide/src/web-sys/supporting-more-web-apis.md @@ -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. Verify that the `web-sys` crate still builds and that its tests still pass with the new `.webidl` file enabled: