marine/README.md

926 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

Documentation

To learn more about tooling around marine, see Marine doc. For a more high-level usage, take a look at how to create Fluence services with WASM & Marine.