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: