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
@@ -50,6 +71,10 @@ You can find API documentation on the [Swift Package Index](https://swiftpackage
50
71
| WASI | WASI Preview 1 | ✅ Implemented |
51
72
52
73
74
+
## Minimum Supported Swift Version
75
+
76
+
The minimum supported Swift version of WasmKit is 5.8, which is the version used to bootstrap the Swift toolchain in [ci.swift.org](https://ci.swift.org/).
77
+
53
78
## Testing
54
79
55
80
To run the WasmKit test suite, you need to checkout the test suite repositories first.
@@ -63,4 +88,7 @@ $ swift test
63
88
64
89
## Acknowledgement
65
90
66
-
This project is originally developed by [@akkyie](https://github.com/akkyie), and now maintained by the community.
91
+
This project was originally developed by [@akkyie](https://github.com/akkyie), and is now maintained by the community.
92
+
93
+
94
+
[^1]: On a 2020 Mac mini (M1, 16GB RAM) with Swift 5.10. Measured by `swift package resolve && swift package clean && time swift build --product PrintAdd`.
0 commit comments