File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set(SWIFTWASM_DISABLE_REFLECTION_TEST YES CACHE BOOL "")
1818# stdlib configurations
1919set (SWIFT_BUILD_STATIC_STDLIB YES CACHE BOOL "" )
2020set (SWIFT_BUILD_DYNAMIC_STDLIB NO CACHE BOOL "" )
21- set (SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY NO CACHE BOOL "" )
21+ set (SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY YES CACHE BOOL "" )
2222# TODO(katei): This should get turned off, as this is not an ABI stable platform.
2323# But current CMake build system doesn't support SWIFT_STDLIB_STABLE_ABI=NO
2424set (SWIFT_STDLIB_STABLE_ABI YES CACHE BOOL "" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ skip-build-benchmarks
99llvm-targets-to-build =X86; AArch64;WebAssembly
1010swift-darwin-supported-archs =%(HOST_ARCHITECTURE)s
1111compiler-vendor =swiftwasm
12- enable-experimental-concurrency =0
12+ enable-experimental-concurrency =1
1313
1414[preset: webassembly-install]
1515
You can’t perform that action at this time.
0 commit comments