We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fb4c6 commit 7e6bd9cCopy full SHA for 7e6bd9c
utils/webassembly/build-foundation.sh
@@ -28,3 +28,6 @@ mv $DESTINATION_TOOLCHAIN/usr/lib/swift/wasi/wasm32/Foundation.swiftmodule \
28
$DESTINATION_TOOLCHAIN/usr/lib/swift_static/wasi/wasm32/Foundation.swiftmodule
29
mv $DESTINATION_TOOLCHAIN/usr/lib/swift/wasi/wasm32/Foundation.swiftdoc \
30
$DESTINATION_TOOLCHAIN/usr/lib/swift_static/wasi/wasm32/Foundation.swiftdoc
31
+
32
+rm $DESTINATION_TOOLCHAIN/usr/lib/swift_static/wasi/wasm32/FoundationXML.swiftmodule \
33
+ $DESTINATION_TOOLCHAIN/usr/lib/swift_static/wasi/wasm32/FoundationXML.swiftdoc
0 commit comments