Skip to content

Remove async from features#358

Merged
alexcrichton merged 1 commit intobytecodealliance:mainfrom
etehtsea:drop-async
Oct 6, 2022
Merged

Remove async from features#358
alexcrichton merged 1 commit intobytecodealliance:mainfrom
etehtsea:drop-async

Conversation

@etehtsea
Copy link
Contributor

@etehtsea etehtsea commented Oct 6, 2022

Remove async feature from host-rust crates as it no longer available. Relates #307.

Context

I faced this when I tried to use async support but noticed that "async: *" is no longer available in export/import macro and #[async_trait] attribute is accepted but the program doesn't compile with it. Then I've found #307. Am I missing something?

Remove async feature from host-rust crates as it no longer available.
Relates bytecodealliance#307.
@alexcrichton
Copy link
Member

Thanks! You're not missing anything, just forgot to remove these.

@alexcrichton alexcrichton merged commit 45604f5 into bytecodealliance:main Oct 6, 2022
@etehtsea etehtsea deleted the drop-async branch October 6, 2022 16:29
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.

2 participants