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

book: Add section about wasm2asm fallback to support IE11 and older browsers that don't have WebAssembly #189

Closed
fitzgen opened this issue Jun 4, 2018 · 4 comments
Labels

Comments

@fitzgen
Copy link
Member

fitzgen commented Jun 4, 2018

The wasm2asm tool in binaryen (soon to be renamed wasm2js) is a near feature complete solution for compiling wasm into JS so that you can support IE11 and older browsers that don't have support for WebAssembly.

We should add a section to the book about how to make this work, since it is a pretty common need.

@fitzgen fitzgen added the book label Jun 4, 2018
@adityac8
Copy link
Contributor

Hey, @fitzgen I would like to work on this issue 😄

@Hywan
Copy link
Contributor

Hywan commented Jun 14, 2018

@adityac8 If you would like a usage example, check https://github.com/Hywan/gutenberg-parser-rs/blob/e28f1859ee9c274cc8cb2001ebe6b2f31cdda59f/justfile#L36-L44. It explains how to compile it and make it work in IE 11. For the complete usage, see https://github.com/Hywan/gutenberg-parser-rs/tree/master/bindings/asmjs. If you need any help, ping me :-).

@adityac8
Copy link
Contributor

Thank you @Hywan I'll go through the files. If I don't understand something, I'll ping you. Can I know your IRC? 😸

@jrichocean
Copy link

This Issue can now be found at here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants