Skip to content

Commit 6a768f7

Browse files
committed
Remove broken link to swift package manager
The page was removed upstream and merged into the samples. Signed-off-by: Adam Reese <adam@reese.io>
1 parent 6cb9524 commit 6a768f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/wasm-languages/swift.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Note that we use the `wagi` executor.
118118
And then, in the same directory, run `spin up`. Once the server is running, you can use either `curl` or a web browser to test it.
119119

120120
```console
121-
$ curl localhost:3000
121+
$ curl localhost:3000
122122

123123
Hello, World!
124124
```
@@ -129,7 +129,6 @@ Hello, World!
129129

130130
Here are some great resources:
131131

132-
- It is possible to use the [Swift Package Manager with Wasm](https://book.swiftwasm.org/getting-started/swift-package.html)
133132
- There is a [Swift Spin SDK](https://github.com/endocrimes/swiftwasm-test) in development.
134133
- The [SwiftWasm Book](https://book.swiftwasm.org/) has examples and info about compiling to Wasm32+WASI
135134
- [yo-wasm](https://github.com/deislabs/yo-wasm) supports Swift

0 commit comments

Comments
 (0)