mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
12 lines
786 B
Markdown
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)
|