We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wasi-sdk-26
1 parent c798cf0 commit cf0e96cCopy full SHA for cf0e96c
utils/swift_build_support/swift_build_support/build_script_invocation.py
@@ -683,6 +683,8 @@ def compute_product_pipelines(self):
683
builder.add_product(products.WasmKit,
684
is_enabled=self.args.build_wasmkit)
685
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
688
is_enabled=self.args.build_wasmstdlib or self.args.test_wasmstdlib)
689
builder.add_product(products.WasmThreadsStdlib,
690
is_enabled=self.args.build_wasmstdlib)
0 commit comments