-
Documentation topic (what would you like covered)?
A useful addition would be adding the location that Fermyon cloud runs in. I'm assuming that once you deploy a spin application to Fermyon Cloud it …
-
Spin applications should have a WASI NN implementation available at runtime, ideally following https://github.com/fermyon/wasi-experimental-toolkit.
-
Spin applications should have a default file storage implementation available at runtime, ideally following https://github.com/fermyon/wasi-experimental-toolkit.
-
Seeing sporadic `integration_tests::test_wasi_http_double_echo` test failures; recently in https://github.com/fermyon/spin/actions/runs/6724485363/job/18276859959?pr=2022 (unrelated PR).
I say spor…
vdice updated
12 months ago
-
I am going to disguise a proposal in a question. It looks like you are choosing a VM (or a laptop OS) as the compute unit for running the Fermyon platform. I don't know if this a choice you have made …
-
i am running some spin tests concurrently, and as part of it I run `spin plugin update`
while doing so, I am running into following error:
```
Error cloning Git repo https://github.com/fermyon/…
-
I noticed that spin-fileserver currently does not recognize file changes at runtime.
**Scenario to Reproduce:**
1. Create following `spin.toml`
```
cat
-
I need to run spin with the ` --disable-pooling` option because my RISCV64 and Aarch64 boards only have 39 bit virtual addresses and thus cannot make the 6T mmap that Wasmtime pooling allocator makes.…
-
Hello folks!
I was trying out the [containerd-shim-spin quickstart](https://github.com/deislabs/containerd-wasm-shims/blob/main/containerd-shim-spin/quickstart.md) and while [building the container…
-
https://github.com/fermyon/spin-rust-sdk/blob/1e9cc89ee7309e477d20bcfe0af730e687934695/wit/redis.wit#L19
Currently .publish returns Result.
But if this can return an integer value instead of () wou…