Go to file
Rajat Jindal 3985338f0b
add e2e-testing crate with functions and utilities to support runnning e2e tests
Signed-off-by: Rajat Jindal <rajatjindal83@gmail.com>
2023-02-03 18:54:10 +05:30
.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 add e2e-testing crate with functions and utilities to support runnning e2e tests 2023-02-03 18:54:10 +05:30
docs chore(*): v0.8.0 version bumps 2023-01-31 14:24:42 -07: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 Upgrade templates without git incantation 2023-02-02 14:45:54 +13:00
supply-chain Add `cargo vet` for auditing dependencies and SIP 2023-01-06 00:59:21 +00:00
templates feat(templates): update sdk to v0.8.0 2023-02-01 00:21:56 +00:00
tests chore(*): v0.8.0 version bumps 2023-01-31 14:24:42 -07:00
wit/ephemeral feat(outbound_mysql): Add MySQL support 2022-12-08 23:41:07 +06:00
.gitignore Start tracking the workspace Cargo.lock 2023-01-31 15:50:24 -07: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 add e2e-testing crate with functions and utilities to support runnning e2e tests 2023-02-03 18:54:10 +05:30
Cargo.toml add e2e-testing crate with functions and utilities to support runnning e2e tests 2023-02-03 18:54:10 +05:30
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.