mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-14 13:30:50 +00:00
update stack png (#109)
This commit is contained in:
parent
c54975bef0
commit
f97a4f7eba
@ -1,14 +1,14 @@
|
||||
# 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.
|
||||
Marine is a general purpose Wasm runtime that could be used in different scenarios, especially in programs based on the [entity component system](https://en.wikipedia.org/wiki/Entity_component_system) (ECS) pattern or plugin architecture. It runs multi-module WebAssembly applications with interface-types and shared-nothing linking schemes.
|
||||
|
||||
Fluence [nodes](https://github.com/fluencelabs/fluence) uses Marine to execute [AIR](https://github.com/fluencelabs/aquamarine) scripts and services compiled to Wasm:
|
||||
Fluence [nodes](https://github.com/fluencelabs/fluence) use Marine to execute Wasm services composed by compiled [Aqua](https://github.com/fluencelabs/aqua):
|
||||
|
||||
<p align="center" width="100%">
|
||||
<img alt="fluence stack" align="center" src="images/fluence_stack_overview.png" width="663"/>
|
||||
<img alt="fluence stack" align="center" src="images/aqua_marine_stack.png" width="900"/>
|
||||
</p>
|
||||
|
||||
## Documentation
|
||||
|
||||
To learn more about tooling around marine, see [Marine](https://doc.fluence.dev/docs/knowledge_aquamarine/marine) doc. For a more high-level usage, take a look at how to [create Fluence services with WASM & Marine](https://doc.fluence.dev/docs/quick-start/2.-hosted-services).
|
||||
To learn more about about Marine, see the [Marine Documentation](https://doc.fluence.dev/docs/knowledge_aquamarine/marine), [Marine Examples](https://github.com/fluencelabs/examples/tree/main/marine-examples) and the [Marine Quickstart](https://doc.fluence.dev/docs/quick-start/2.-hosted-services).
|
||||
|
||||
|
BIN
images/aqua_marine_stack.png
Normal file
BIN
images/aqua_marine_stack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
Loading…
x
Reference in New Issue
Block a user