Go to file
Radu Matei 82f31b6431
Merge pull request #1014 from radu-matei/oci
2023-01-31 12:34:39 +00:00
.cargo chore: rename fermyon-* to spin-* 2021-11-29 19:12:45 -08:00
.devcontainer chore: go version suggestion in docs, go v1.17.9 in dev container 2022-04-24 19:08:30 -04:00
.github/workflows updatte actions/cache 2023-01-28 22:01:52 +05:30
.vscode Update ID of rust-analyzer extension 2022-05-19 13:00:51 +12:00
crates Merge pull request #1014 from radu-matei/oci 2023-01-31 12:34:39 +00:00
docs Merge pull request #1023 from radu-matei/cargo-vet 2023-01-20 17:00:54 +00:00
examples Updated timer trigger sample 2023-01-25 07:52:12 +13:00
sdk Provide MSRV in Rust SDK 2023-01-27 13:30:26 +13:00
src Merge pull request #1014 from radu-matei/oci 2023-01-31 12:34:39 +00:00
supply-chain Add `cargo vet` for auditing dependencies and SIP 2023-01-06 00:59:21 +00:00
templates Fix reserved name causing new Rust app to not build 2023-01-26 10:56:51 +13:00
tests Skip flake when running under code coverage 2023-01-27 08:03:46 +13:00
wit/ephemeral feat(outbound_mysql): Add MySQL support 2022-12-08 23:41:07 +06:00
.gitignore Add prototype for distributing Spin applications using OCI 2023-01-31 10:43:40 +00:00
CODE_OF_CONDUCT.md ref(*): add CoC, CONTRIBUTING files to repo 2022-05-12 19:07:39 -04:00
CONTRIBUTING.md Add `cargo vet` for auditing dependencies and SIP 2023-01-06 00:59:21 +00:00
Cargo.lock Merge pull request #1014 from radu-matei/oci 2023-01-31 12:34:39 +00:00
Cargo.toml Add prototype for distributing Spin applications using OCI 2023-01-31 10:43:40 +00:00
LICENSE license: add LLVM exception to Apache License Version 2.0 2022-03-30 12:46:07 +02:00
Makefile feat(sdk): Add MySQL types mapping 2022-12-08 23:41:25 +06:00
README.md chore: update contributing link in README.md 2022-12-12 02:32:36 -05:00
build.rs Updated timer trigger sample 2023-01-25 07:52:12 +13:00

README.md

Fermyon Spin

Spin is a framework for building, deploying, and running fast, secure, and composable cloud microservices with WebAssembly.

build status Discord

This is an early preview of the Spin project. It is still experimental code, and you should expect breaking changes before the first stable release.

What is Spin?

Spin is an open source framework for building and running fast, secure, and composable cloud microservices with WebAssembly. It aims to be the easiest way to get started with WebAssembly microservices, and takes advantage of the latest developments in the WebAssembly component model and Wasmtime runtime.

Spin offers a simple CLI that helps you create, distribute, and execute applications, and in the next sections we will learn more about Spin applications and how to get started.

Getting started

See the quickstart document for a detailed guide on configuring Spin and writing your first Spin application, but in short:

$ wget https://github.com/fermyon/spin/releases/download/<version>/spin-<version>-<os-arch>.tar.gz
$ tar xfv spin-<version>-<os-arch>.tar.gz
$ ./spin --help

Alternatively, you could build Spin from source.

After you follow the quickstart document, you can follow the Rust or Go language guides, and the guide on configuring Spin applications.

After you build your application, run it using Spin:

$ spin up

Contributing

We are delighted that you are interested in making Spin better! Thank you! Please follow the contributing guide. And join our Discord server.

Developer Meetings

Join the Spin monthly developer meetings, which will be announced in our Discord server.