marine/README.md

12 lines
794 B
Markdown
Raw Normal View History

2020-05-02 12:44:49 +03:00
# Fluence Compute Engine
2020-11-12 16:25:47 +03:00
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:
2020-11-12 17:22:03 +03:00
<p align="center" width="100%">
2020-11-12 17:33:56 +03:00
<img alt="fluence stack" align="center" src="images/fluence_stack_overview.png" width="663"/>
2020-11-12 16:25:47 +03:00
</p>
2020-12-10 17:07:58 +03:00
At now, it is in the heavily developing phase, more detailed information could be found in [docs](https://fluence-labs.readme.io/docs/services-development)