-
# How I replaced the backend of my blog with Spin & Fermyon Cloud · Thorsten Hans' blog
This story explains and illustrates how I migrated the backend for my blog from containers to WebAssembly with …
-
It would be nice to make the tokio dep optional so that it also works in wasm frontends and inside serverless wasm runtimes such as Fermyon/Spin and Cloudflare workers :)
-
# A comprehensive guide on authoring plugins for Fermyon Spin · Thorsten Hans' blog
Learn and understand how you can build plugins for Fermyon Spin by exploring the check-for-update plugin.
[https:/…
-
When following the guide at 3b (https://docs.turso.tech/tutorials/fermyon-spin-rust-setup-guide/#3b-add-code-to-create-a-client-object-and-query-turso-in-srclibrs) I'm getting a linking error `rust-ll…
-
Logging feature request from Discord ~
-
# CRUD in WebAssembly with Fermyon Spin and MySQL · Thorsten Hans' blog
This post demonstrates how to persist data in MySQL when building cloud-native applications with Fermyon Spin. Leveraging the S…
-
I'm trying to install via helm and this is the error I am getting:
```
helm install spin-containerd-shim-installer oci://ghcr.io/fermyon/charts/spin-containerd-shim-installer --version 0.1.0
Er…
-
Variables support interpolation which we're not currently testing. For example, `spin-test` passed the conformance tests before https://github.com/fermyon/spin-test/pull/114 was merged. We should ensu…
rylev updated
3 months ago
-
Musl builds of the shim are throwing a `libunwind` error at startup. The app still works:
```console
$ curl -L https://github.com/fermyon/spin/releases/download/canary/spin-canary-static-linux-amd…
-
Fermyon people released Spin 2.0.0.
https://www.fermyon.com/blog/introducing-spin-v2
To use libsql/turso in Fermyon/Spin, spin version in Cargo.toml need to upgrade.