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

Compiling to WebAssembly #62

Open
skyne98 opened this issue Oct 31, 2019 · 1 comment
Open

Compiling to WebAssembly #62

skyne98 opened this issue Oct 31, 2019 · 1 comment

Comments

@skyne98
Copy link

skyne98 commented Oct 31, 2019

Hey there! Is there an option to allow using this crate in a project aimed at the "wasm32-wasi" target?

As far as I can see, allowing this might require some tricks, but it seems like Wasmer guys already did it for their Wapm project, making a fork of wabt that supports WebAssembly compilation.

What do you think about this?

@pepyakin
Copy link
Owner

Hey @skyne98 ! It might be very well possible. In fact at some point wabt-rs supported compilation into wasm32 but due to lack of demand for this feature I scrubbed it.

I am not sure what it would take to re-enable the compilation again though. If you are up to try I'd be glad to land this feature.

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

No branches or pull requests

2 participants