Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebIDL: enable bindings that take Option<scalar> #624

Closed
alexcrichton opened this issue Aug 3, 2018 · 1 comment
Closed

WebIDL: enable bindings that take Option<scalar> #624

alexcrichton opened this issue Aug 3, 2018 · 1 comment
Labels
frontend:webidl Issues related to the WebIDL frontend to wasm-bindgen web-sys Issues related to the `web-sys` crate

Comments

@alexcrichton
Copy link
Contributor

Right now support for things like Option<u32> isn't implemented, so we'll need to implement that first to enable the bindings in https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys/webidls/unavailable_option_primitive

@alexcrichton alexcrichton added frontend:webidl Issues related to the WebIDL frontend to wasm-bindgen web-sys Issues related to the `web-sys` crate Blocking Rust 2018 labels Aug 3, 2018
@fitzgen fitzgen mentioned this issue Aug 3, 2018
19 tasks
@afdw
Copy link
Contributor

afdw commented Aug 3, 2018

I'm currently working on this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend:webidl Issues related to the WebIDL frontend to wasm-bindgen web-sys Issues related to the `web-sys` crate
Projects
None yet
Development

No branches or pull requests

2 participants