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 8
8
os : [macOS-10.15]
9
9
include :
10
10
- 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
12
12
runs-on : ${{ matrix.os }}
13
13
steps :
14
14
- 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
13
13
e.g.
14
14
``` sh
15
15
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
17
17
$ swift --version
18
- Swift version 5.3-dev (LLVM 7fc8796bc1 , Swift 5be35e7aee )
18
+ Swift version 5.3-dev (LLVM 47c28180d7 , Swift 5f96d487e0 )
19
19
Target: x86_64-apple-darwin19.3.0
20
20
```
21
21
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import _CJavaScriptKit
5
5
/// SwiftPM doesn't support WebAssembly target yet, so we need to define them to
6
6
/// avoid link failure.
7
7
/// When running with JavaScript runtime library, they are ignored completely.
8
- #if Xcode
8
+ #if !arch(wasm32)
9
9
func _set_prop(
10
10
_ _this: JavaScriptObjectRef ,
11
11
_ prop: UnsafePointer < Int8 > ! , _ length: Int32 ,
You can’t perform that action at this time.
0 commit comments