From c47b8cdcb12d769662b8045352a996ce3dc83781 Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Thu, 7 Jan 2021 13:16:03 +0300 Subject: [PATCH] add fce version badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6fbb6d22..007e1d6f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Fluence Compute Engine +![fce version on crates.io](https://img.shields.io/crates/v/fce?color=green&style=flat-square) + FCE is a general purpose Wasm runtime that could be used in different scenarios, especially in programs based on the [ECS](https://en.wikipedia.org/wiki/Entity_component_system) pattern or plugin architecture. It runs multi-module WebAssembly applications with interface-types and shared-nothing linking scheme. Fluence [nodes](https://github.com/fluencelabs/fluence) use FCE to execute [aquamarine](https://github.com/fluencelabs/aquamarine) and services compiled to Wasm: