marine/README.md
2021-05-10 12:51:22 +03:00

12 lines
786 B
Markdown

# Marine
Marine 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) uses Marine to execute [AIR](https://github.com/fluencelabs/aquamarine) scripts and services compiled to Wasm:
<p align="center" width="100%">
<img alt="fluence stack" align="center" src="images/fluence_stack_overview.png" width="663"/>
</p>
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)