spin
spin copied to clipboard
Spin is the open source developer tool for building and running serverless applications powered by WebAssembly.
Hello, I am testing a Python-based spin serverless app for execution performance (https://github.com/python/pyperformance/blob/main/pyperformance/data-files/benchmarks/bm_float/run_benchmark.py). (Edited the source code to fit the spin application format). I cannot seem to understand why is...
I'm still new to larger projects and Rust in general, so hopefully this isn't too janky. This potentially closes #1417. What this draft does is make the `watched_changes` receiver a...
Fixes #2477. Or at least it explores what a solution might look like - there are definitely other paths to consider. For example, this goes the route of constructing an...
if files in `foo` are changed `foo` and `bar` both get rebuilt. ``` [[component]] id = "foo" ... [component.build] workdir = "foo" command = "cargo build --target wasm32-wasi --release" watch...
Fixes #2607 The database will be selected by the name of the migration file. This makes the name of the migration file significant, whereas previously it was not. If the...
More updates to conformance tests. Now with mqtt tests!
This SIP includes a proposal for a `Governance.md` document which describes governance for the Spin project. This goal of this initial version of governance is to most closely mirror what...
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.3 to 0.22.4. Commits ae277be Prepare 0.22.4 5374108 complete_io: bail out if progress is impossible 00e695d Regression test for complete_io infinite loop bug 0c6cd7e Don't specially handle...
As a part of generating a docker container when running something like: `spin registry push ttl.sh/something:1h`, we get very basic information about the container. ``` ➜ docker manifest inspect ttl.sh/something:1h...
## Background There is a general push for SBOMs in the software community, especially after [the executive order](https://www.whitehouse.gov/briefing-room/presidential-actions/2021/05/12/executive-order-on-improving-the-nations-cybersecurity/) back in 2021. I have very limited knowledge about the WASM community,...