Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove broken link to swift package manager #1482

Merged
merged 1 commit into from
Feb 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions content/wasm-languages/swift.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Note that we use the `wagi` executor.
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.

```console
$ curl localhost:3000
$ curl localhost:3000

Hello, World!
```
Expand All @@ -129,7 +129,6 @@ Hello, World!

Here are some great resources:

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