Skip to content

Add a missing compilation feature for windows-sys#5135

Closed
alexcrichton wants to merge 1 commit intobytecodealliance:mainfrom
alexcrichton:fix-windows-build
Closed

Add a missing compilation feature for windows-sys#5135
alexcrichton wants to merge 1 commit intobytecodealliance:mainfrom
alexcrichton:fix-windows-build

Conversation

@alexcrichton
Copy link
Member

This fixes a compilation error on Windows when just the wasmtime crate is compiled. If the async feature and wasi-common are omitted then otherwise this feature was accidentally not included. This was not caught on our CI only performs these minimal build checks on Linux, not on Windows as well.

Closes #5133

This fixes a compilation error on Windows when just the `wasmtime` crate
is compiled. If the `async` feature and `wasi-common` are omitted then
otherwise this feature was accidentally not included. This was not
caught on our CI only performs these minimal build checks on Linux, not
on Windows as well.

Closes bytecodealliance#5133
@alexcrichton
Copy link
Member Author

Duplicate of #5134

@alexcrichton alexcrichton marked this as a duplicate of #5134 Oct 26, 2022
@alexcrichton alexcrichton deleted the fix-windows-build branch October 26, 2022 19:20
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.

wasmtime 2.0 doesn't build on Windows

1 participant