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

Generate wasm -sys crates from webidl #66

Closed
fitzgen opened this issue Feb 16, 2018 · 4 comments
Closed

Generate wasm -sys crates from webidl #66

fitzgen opened this issue Feb 16, 2018 · 4 comments
Labels
help wanted Extra attention is needed wasm tooling

Comments

@fitzgen
Copy link
Member

fitzgen commented Feb 16, 2018

@alexcrichton said wasm-bindgen might be able to do this one day.

https://heycam.github.io/webidl/

@fitzgen fitzgen added help wanted Extra attention is needed wasm tooling labels Feb 16, 2018
@Diggsey
Copy link

Diggsey commented Feb 16, 2018

I already do this quite successfully for WebGL: brendanzab/gl-rs#447

@alexcrichton
Copy link
Contributor

Certainly! I believe there are multiple methods of binding to JS apis in wasm right now with wasm-bindgen being one of the options, I do plan to imement webidl generation of apis for binding the web platform for sure!

@alexcrichton
Copy link
Contributor

I've opened an issue for this dedicated to wasm-bindgen as well

@fitzgen
Copy link
Member Author

fitzgen commented Jun 6, 2018

Closing this since we have a dedicated issue in wasm-bindgen and ongoing implementation work there.

@fitzgen fitzgen closed this as completed Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed wasm tooling
Projects
None yet
Development

No branches or pull requests

3 participants