You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello wasm-bindgen maintainers. I just wanted to see if there was a good reason why these two functions are still prevented from being implemented in web-sys (?). It looks like (the?) one compelling reason was lack of support for Option<u32> and the like in WebIDL (this issue), but this appears to have been resolved already here. Are these just the victims of oversight, or is there something else preventing them from being included in the crate? Many thanks.
The text was updated successfully, but these errors were encountered:
Motivation
Wasm calls to these JS functions would be very handy!
Proposed Solution
Uncomment the block here.
Additional Context
Hello wasm-bindgen maintainers. I just wanted to see if there was a good reason why these two functions are still prevented from being implemented in web-sys (?). It looks like (the?) one compelling reason was lack of support for
Option<u32>
and the like in WebIDL (this issue), but this appears to have been resolved already here. Are these just the victims of oversight, or is there something else preventing them from being included in the crate? Many thanks.The text was updated successfully, but these errors were encountered: