File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 os : [macOS-10.15]
99 include :
1010 - os : macOS-10.15
11- toolchain : https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-04-27 -a/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-04-27 -a-osx.tar.gz
11+ toolchain : https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-05-10 -a/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-05-10 -a-osx.tar.gz
1212 runs-on : ${{ matrix.os }}
1313 steps :
1414 - name : Checkout
Original file line number Diff line number Diff line change 1- wasm-DEVELOPMENT-SNAPSHOT-2020-04-27 -a
1+ wasm-DEVELOPMENT-SNAPSHOT-2020-05-10 -a
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ The toolchains can be installed via [`swiftenv`](https://github.com/kylef/swifte
1313e.g.
1414``` sh
1515
16- $ swiftenv install https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-04-27 -a/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-04-27 -a-osx.tar.gz
16+ $ swiftenv install https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-05-10 -a/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-05-10 -a-osx.tar.gz
1717$ swift --version
18- Swift version 5.3-dev (LLVM 7fc8796bc1 , Swift 5be35e7aee )
18+ Swift version 5.3-dev (LLVM 47c28180d7 , Swift 5f96d487e0 )
1919Target: x86_64-apple-darwin19.3.0
2020```
2121
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import _CJavaScriptKit
55/// SwiftPM doesn't support WebAssembly target yet, so we need to define them to
66/// avoid link failure.
77/// When running with JavaScript runtime library, they are ignored completely.
8- #if Xcode
8+ #if !arch(wasm32)
99func _set_prop(
1010 _ _this: JavaScriptObjectRef ,
1111 _ prop: UnsafePointer < Int8 > ! , _ length: Int32 ,
You can’t perform that action at this time.
0 commit comments