From 6a768f71b46ff7a44e7f8396194e82e6f2bdc198 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Fri, 28 Feb 2025 09:04:26 -0800 Subject: [PATCH] Remove broken link to swift package manager The page was removed upstream and merged into the samples. Signed-off-by: Adam Reese --- content/wasm-languages/swift.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/wasm-languages/swift.md b/content/wasm-languages/swift.md index 7e3fc6942..b183a74a5 100644 --- a/content/wasm-languages/swift.md +++ b/content/wasm-languages/swift.md @@ -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! ``` @@ -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