File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ Hello, World!
2525
2626To use WasmKit in your package, add it as a [ Swift Package Manager] ( https://www.swift.org/documentation/package-manager/ ) dependency.
2727
28- Run the following commands to add the dependency:
28+ Run the following commands in the same directory as your ` Package.swift ` manifest to add the dependency:
2929
3030```
3131swift package add-dependency https://github.com/swiftwasm/WasmKit --up-to-next-minor-from 0.1.6
3232swift package add-target-dependency WasmKit <your-package-target-name> --package WasmKit
3333```
3434
35- You can also add the following snippet manually to your ` Package.swift ` file:
35+ You can also add the following snippet manually instead to your ` Package.swift ` file:
3636
3737``` swift
3838dependencies: [
@@ -58,7 +58,7 @@ targets: [
5858- Compact and embeddable
5959 - Debug build complete in 5 seconds[ ^ 1 ]
6060- Batteries included
61- - WASI support, WAT parser, etc.
61+ - WASI support, WAT parser/assembler , etc.
6262
6363
6464## Supported Platforms
@@ -91,7 +91,7 @@ and should work on the following platforms:
9191
9292## Minimum Supported Swift Version
9393
94- The minimum supported version is Swift 6.0, which is the version used to bootstrap the Swift toolchain in [ ci.swift.org] ( https://ci.swift.org/ ) .
94+ The minimum supported version is Swift 6.0, which is the version used to bootstrap the Swift toolchain on [ ci.swift.org] ( https://ci.swift.org/ ) .
9595
9696## Testing
9797
You can’t perform that action at this time.
0 commit comments