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

Add support for compilation on wasm32-wasi #365

Merged
merged 1 commit into from
Nov 29, 2019

Conversation

coolreader18
Copy link
Contributor

@coolreader18 coolreader18 commented Nov 27, 2019

This just disables wasmbind from taking effect on WASI. Resolves #352.

@CryZe
Copy link
Contributor

CryZe commented Nov 27, 2019

This doesn‘t really resolve my issue. It‘s a good change, but the idea was to make now() work with WASI. In fact it already does compile on wasm32-wasi, even without this PR. But the removal of some unnecessary dependencies is good regardless.

@coolreader18
Copy link
Contributor Author

It does compile without this, but the presence of wasm-bindgen in the dependency tree at all would add a bunch of wbindgen imports that runtimes like wasmtime and wasmer don't provide. I think I did misunderstand the issue, though.

@quodlibetor
Copy link
Contributor

I agree that this is an improvement, but we still want some more features to fully close out #352

@quodlibetor quodlibetor merged commit 19dd051 into chronotope:master Nov 29, 2019
@quodlibetor
Copy link
Contributor

Also thank you very much for the contribution @coolreader18 !

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

Successfully merging this pull request may close these issues.

Support for wasm32-wasi
3 participants