Skip to content

Commit 6f37524

Browse files
Merge pull request #73964 from kateinoigakukun/katei/enable-observation-wasm
[wasm] Enable Observation module build for Wasm target
2 parents 139406a + 721f375 commit 6f37524

File tree

1 file changed

+1
-0
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+1
-0
lines changed

utils/swift_build_support/swift_build_support/products/wasmstdlib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def _build(self, host_target, target_triple):
110110
'swift-experimental-string-processing'))
111111
self.cmake_options.define('SWIFT_ENABLE_EXPERIMENTAL_CXX_INTEROP:BOOL', 'TRUE')
112112
self.cmake_options.define('SWIFT_ENABLE_SYNCHRONIZATION:BOOL', 'TRUE')
113+
self.cmake_options.define('SWIFT_ENABLE_EXPERIMENTAL_OBSERVATION:BOOL', 'TRUE')
113114

114115
self.add_extra_cmake_options()
115116

0 commit comments

Comments
 (0)