mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 05:50:49 +00:00
926 B
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:
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.