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

786 B

Marine

Marine is a general purpose Wasm runtime that could be used in different scenarios, especially in programs based on the ECS pattern or plugin architecture. It runs multi-module WebAssembly applications with interface-types and shared-nothing linking scheme.

Fluence nodes uses Marine to execute AIR scripts and services compiled to Wasm:

fluence stack

At now, it is in the heavily developing phase, more detailed information could be found in docs