Skip to content

Commit d914b26

Browse files
authored
Merge pull request #146 from michelleN/blogdesc
add desc to Spin v3.5 blog post
2 parents e688c6f + 05a5add commit d914b26

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

content/blog/announcing-spin-3-5.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
title = "Announcing Spin v3.5"
2-
date = "2025-11-10T01:27:05.449167Z"
2+
date = "2025-11-10T17:45:05.449167Z"
33
template = "blog_post"
4+
description = "Announcing the release of Spin v3.5: WASIp3 support, developer experience enhancements and more!"
45
tags = []
56

67
[extra]
@@ -67,11 +68,17 @@ In the meantime, these languages continue to be supported using WASIp2 just as b
6768

6869
Get started with WASIp3 using a Spin template.
6970

70-
Install the new template:
71-
`$ spin templates install --upgrade --git https://github.com/spinframework/spin`
71+
Install the new template:
72+
73+
```console
74+
$ spin templates install --upgrade --git https://github.com/spinframework/spin
75+
```
7276

7377
Use the new template to scaffold a WASIp3 Spin application:
74-
`$ spin new hello-p3 -t http-rust-wasip3-unstable`
78+
79+
```console
80+
$ spin new hello-p3 -t http-rust-wasip3-unstable
81+
```
7582

7683
You should now see a `hello-p3` directory containing a basic p3 application using the new Rust SDK and the `wasip3-unstable` executor type.
7784

0 commit comments

Comments
 (0)