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

Does This Only Work With #![feature(async_closure)]? #2

Closed
zicklag opened this issue Apr 9, 2021 · 2 comments
Closed

Does This Only Work With #![feature(async_closure)]? #2

zicklag opened this issue Apr 9, 2021 · 2 comments

Comments

@zicklag
Copy link

zicklag commented Apr 9, 2021

Is it possible to use wasm-mt without requring the nightly feature flag?

@j-devel
Copy link
Contributor

j-devel commented Apr 10, 2021

Unfortunately not for now. Aside from the async_closure nightly feature, wasm-mt fundamentally depends on the serde_traitobject crate that requires Rust nightly.

@zicklag
Copy link
Author

zicklag commented Apr 10, 2021

Ah, OK. Thanks 🙂 👍

@zicklag zicklag closed this as completed Apr 10, 2021
@j-devel j-devel pinned this issue Apr 21, 2021
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