From 68a5581fe3e5c004e5cd9f9109c119688bf561f3 Mon Sep 17 00:00:00 2001 From: Mohamed Sameem <42725415+sameemcodes@users.noreply.github.com> Date: Thu, 28 Mar 2024 22:31:41 +0530 Subject: [PATCH] Update README.md (#215) Co-authored-by: Jiaxiao Zhou --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 873555d..092ec07 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ This project aims to provide containerd shim implementations that can run [Wasm] This repo currently maintains four shims for Wasm application runtimes/frameworks: -1. [Lunatic](https://github.com/lunatic-solutions/lunatic) - an Earlang-inspired runtime for fast, robust and scalable server-side Wasm applications. + +1. [Lunatic](https://github.com/lunatic-solutions/lunatic) - an Erlang-inspired runtime for fast, robust and scalable server-side Wasm applications. 2. [Spin](https://github.com/fermyon/spin) - a developer tool for building and running serverless Wasm applications. 3. [Slight](https://github.com/deislabs/spiderlightning) - a wasmtime-based runtime for running Wasm applications that use SpiderLightning (aks [WASI-Cloud-Core](https://github.com/WebAssembly/wasi-cloud-core)) capabilities 4. [Wasm Workers Server](https://github.com/vmware-labs/wasm-workers-server) - a tool to develop and run serverless applications server on top of Wasm.