wasm-bindgen
wasm-bindgen copied to clipboard
20240424 webauthn idls
Update Webauthn IDLs to Level 3
Checking the spec I can see that its still in the draft stage. We usually make those APIs unstable.
We made exceptions in the past for APIs that are unlikely to change e.g. because they are so widely used that they can't change without breaking the web, which I assume is not the case here.
They are pretty unlikely to change though, since a lot of is it based on webauthn-l2. Regardless, we can just wait I guess?
They are pretty unlikely to change though, since a lot of is it based on webauthn-l2.
Just looking at the repo it seems to me that there are still a lot of small details up for change.
Regardless, we can just wait I guess?
Moving it behind unstable is what we usually do.
What's the right way to mark this "unstable" then?
Just move the WebIDL files from the enabled folder into the unstable one and run the generator again.
Let me know if you run into any problems.
Replaced by #4000.