marine/README.md

12 lines
786 B
Markdown
Raw Normal View History

2021-05-10 09:51:22 +00:00
# Marine
2020-05-02 09:44:49 +00:00
2021-05-10 09:51:22 +00:00
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.
2020-11-12 13:25:47 +00:00
2021-05-10 09:51:22 +00:00
Fluence [nodes](https://github.com/fluencelabs/fluence) uses Marine to execute [AIR](https://github.com/fluencelabs/aquamarine) scripts and services compiled to Wasm:
2020-11-12 13:25:47 +00:00
2020-11-12 14:22:03 +00:00
<p align="center" width="100%">
2020-11-12 14:33:56 +00:00
<img alt="fluence stack" align="center" src="images/fluence_stack_overview.png" width="663"/>
2020-11-12 13:25:47 +00:00
</p>
2020-12-10 14:07:58 +00: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)