Skip to content

Commit e895dd9

Browse files
authored
Enable component-model-async in release artifacts (bytecodealliance#11429)
Don't enable it by default in the crates just yet, but it should be suitable to enable it in release artifacts for testing. I'm mostly interested in updating `wit-bindgen` to use binaries from this repository instead of wasip3-prototyping to run async tests.
1 parent 32bfa4a commit e895dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-release-artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if [[ "$build" = *-min ]]; then
6060
else
6161
# For release builds the CLI is built a bit more feature-ful than the Cargo
6262
# defaults to provide artifacts that can do as much as possible.
63-
bin_flags="--features all-arch,component-model"
63+
bin_flags="--features all-arch,component-model,component-model-async"
6464
fi
6565

6666
if [[ "$target" = "x86_64-pc-windows-msvc" ]]; then

0 commit comments

Comments
 (0)