You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update toolchain version, script, and README.md (swiftwasm#96)
The toolchain snapshot suggested in `README.md` is outdated. I think we should recommend using the script to install it automatically.
Resolvesswiftwasm#95.
* Mention the `install-toolchain.sh` script in `README.md`
* Update toolchain version, script, and `README.md`
* Update example code in `README.md`
* Update .swift-version
* Update Swift version in README.md
Copy file name to clipboardexpand all lines: README.md
+81-24
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,7 @@
4
4
5
5
Swift framework to interact with JavaScript through WebAssembly.
6
6
7
-
## Requirements
8
-
9
-
This library only supports [`swiftwasm/swift`](https://github.com/swiftwasm/swift) distribution toolchain. Please install Swift for WebAssembly toolchain from [Release Page](https://github.com/swiftwasm/swift/releases)
10
-
11
-
The toolchains can be installed via [`swiftenv`](https://github.com/kylef/swiftenv) like official nightly toolchain.
0 commit comments