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 @@ -9,7 +9,7 @@ skip-build-benchmarks
9
9
llvm-targets-to-build =X86; AArch64;WebAssembly
10
10
swift-darwin-supported-archs =%(HOST_ARCHITECTURE)s
11
11
compiler-vendor =swiftwasm
12
- enable-experimental-concurrency =0
12
+ enable-experimental-concurrency =1
13
13
14
14
[preset: webassembly-install]
15
15
You can’t perform that action at this time.
0 commit comments