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 "")
18
18
# stdlib configurations
19
19
set (SWIFT_BUILD_STATIC_STDLIB YES CACHE BOOL "" )
20
20
set (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 "" )
22
22
# TODO(katei): This should get turned off, as this is not an ABI stable platform.
23
23
# But current CMake build system doesn't support SWIFT_STDLIB_STABLE_ABI=NO
24
24
set (SWIFT_STDLIB_STABLE_ABI YES CACHE BOOL "" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ skip-build-benchmarks
8
8
llvm-targets-to-build =X86; AArch64;WebAssembly
9
9
swift-darwin-supported-archs =%(HOST_ARCHITECTURE)s
10
10
compiler-vendor =swiftwasm
11
- enable-experimental-concurrency =0
11
+ enable-experimental-concurrency =1
12
12
13
13
[preset: webassembly-install]
14
14
You can’t perform that action at this time.
0 commit comments