Skip to content

Commit 9b9cff9

Browse files
committed
Re-enable Concurrency
This reverts commit 50a7f50.
1 parent 50a7f50 commit 9b9cff9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/caches/Runtime-WASI-wasm32.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(SWIFTWASM_DISABLE_REFLECTION_TEST YES CACHE BOOL "")
1818
# stdlib configurations
1919
set(SWIFT_BUILD_STATIC_STDLIB YES CACHE BOOL "")
2020
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 "")
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
2424
set(SWIFT_STDLIB_STABLE_ABI YES CACHE BOOL "")

utils/webassembly/build-presets.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ skip-build-benchmarks
88
llvm-targets-to-build=X86;AArch64;WebAssembly
99
swift-darwin-supported-archs=%(HOST_ARCHITECTURE)s
1010
compiler-vendor=swiftwasm
11-
enable-experimental-concurrency=0
11+
enable-experimental-concurrency=1
1212

1313
[preset: webassembly-install]
1414

0 commit comments

Comments
 (0)