-
The request execution in the Fermyon Cloud is limited. E.g. the starter plan includes 100,000 requests per month and the request execution limit is 1,000 requests per second ([see FAQ: Quota Limits](h…
-
This command is used in multiple SDK instructions. What's the guidance going forward?
https://github.com/fermyon/spin-dotnet-sdk#building-the-hello-world-sample
https://github.com/fermyon/spin-js-…
-
I'm in the process of updating this to use the latest WASI SDK for .NET — https://www.nuget.org/packages/Wasi.Sdk/0.1.2-preview.10061
Bumped the package version in both the sample and this SDK:
``…
-
The following URLs are showing redirect errors associated with them:
- https://developer.fermyon.com/spin/quickstart/rust-components
- https://developer.fermyon.com/spin/quickstart/go-components
- …
-
Hi, this is more of a question than an issue.
Since [Nomad's](https://www.nomadproject.io/) adoption of BSL (which [isn't open source](https://www.hashicorp.com/license-faq#details-on-nomenclature))
…
-
I created a Spin App with two triggers:
```toml
# ...
[[trigger.http]]
route = "/..."
component = "api"
[[trigger.command]]
component = "cleanup"
# ...
```
## Actual Behavior
Up…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Currently the WebAssembly matrix on the WebAssembly Guide is very rudimentary:
https://enarx.de…
-
This issue is served as a place for discussing various ways / ideas we can benchmark `runwasi` the wasm shims that was proposed by @ipuustin
- One idea is that we can write a simple wasm program (Fi…
-
Update deployment of the Spin docs website (at `/docs`, a redirect app from spin.fermyon.dev to developer.fermyon.com/spin) to run on Fermyon Cloud.
-
Considering I have an application, which needs an undefined number of entries in `allowed_outbound_hosts` passed in as a variable.
What I would like to be able to do:
```
[variables]
allowed_hos…