Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit d203c56

Browse files
author
Timo Stark
committed
Update Title and Reference to other Spin SDKs
1 parent 94c427e commit d203c56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/news/2024/fermyon-spin-rust-sdk.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
:orphan:
22

33
############################################################
4-
WebAssembly Components with Fermyons Spin SDK for Rust
4+
WebAssembly Components with Fermyon's Spin SDK for Rust
55
############################################################
66

77
In our blog series `Part 1 </news/2024/wasm-component-model-part-1/>`__ and `2 </news/2024/wasm-component-model-part-2/>`__ , we have covered the core mechanism of the WebAssembly Component Model and showcased how to create a Wasm Component using WASI 0.2 APIs and the **wasi/http:proxy** world.
88

9-
In this blog post, we will have a look on the `Fermyon's Spin <https://www.fermyon.com/spin>`__ SDK for `Rust <https://fermyon.github.io/rust-docs/spin/main/spin_sdk/index.html>`__ and create a component that can be hosted on NGINX Unit.
9+
In this blog post, we will have a look on the `Fermyon's Spin <https://www.fermyon.com/spin>`__ SDK for `Rust <https://fermyon.github.io/rust-docs/spin/main/spin_sdk/index.html>`__ and create a Wasm Component that can be hosted on NGINX Unit.
1010

11-
The Spin SDK for Rust provides a great developer experience, as it wraps a lot of the manual work in an easy to consume Rust API.
11+
The Spin SDKs provide a great developer experience, as they wrap a lot of the manual work in easy to consume APIs. In this blog post we will focus on Rust , but if you would like to learn more about the other language SDKs, please see the official `documentation <https://developer.fermyon.com/spin/v2/language-support-overview>`__.
1212

1313
Let's start by creating a new Rust library using **cargo new**. This will create a new library project in a sub-directory **test-spin-component** of our current work directory.
1414

0 commit comments

Comments
 (0)