Skip to content

Commit bf655c1

Browse files
authored
Add wasm64-unknown-none-wasm triple to stdlib/public/CMakeLists.txt
1 parent d10405e commit bf655c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
194194
if("WebAssembly" IN_LIST LLVM_TARGETS_TO_BUILD)
195195
list(APPEND EMBEDDED_STDLIB_TARGET_TRIPLES
196196
"wasm32 wasm32-unknown-none-wasm wasm32-unknown-none-wasm"
197+
"wasm64 wasm64-unknown-none-wasm wasm64-unknown-none-wasm"
197198
)
198199
endif()
199200

0 commit comments

Comments
 (0)