Skip to content

Commit cf0e96c

Browse files
authored
build_script_invocation.py: add a note about wasi-sdk-26 adoption
1 parent c798cf0 commit cf0e96c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/swift_build_support/swift_build_support/build_script_invocation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,8 @@ def compute_product_pipelines(self):
683683
builder.add_product(products.WasmKit,
684684
is_enabled=self.args.build_wasmkit)
685685
builder.add_product(products.WasmStdlib,
686+
# Revert `or self.args.test_wasmstdlib` once we adopt `wasi-sdk-26`
687+
# or higher version that includes https://github.com/WebAssembly/wasi-libc/commit/eadb436d5c09f7983c3a687086e5af6b6e9f5510.patch
686688
is_enabled=self.args.build_wasmstdlib or self.args.test_wasmstdlib)
687689
builder.add_product(products.WasmThreadsStdlib,
688690
is_enabled=self.args.build_wasmstdlib)

0 commit comments

Comments
 (0)