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.
1 parent d69a07f commit 930883cCopy full SHA for 930883c
utils/swift_build_support/swift_build_support/products/wasmswiftsdk.py
@@ -235,6 +235,7 @@ def build(self, host_target):
235
# TODO: Enable threads stdlib once sdk-generator supports multi-target SDK
236
# ('wasm32-unknown-wasip1-threads', 'wasm32-wasip1-threads',
237
# 'wasip1-threads-wasm32', 'wasmthreadsstdlib'),
238
+ ]:
239
stdlib_build_path = os.path.join(
240
build_root, '%s-%s' % (build_basename, host_target))
241
wasi_sysroot = wasisysroot.WASILibc.sysroot_install_path(
0 commit comments