Skip to content

Marine runs multi-module WebAssembly applications with interface-types and shared-nothing linking scheme

License

Notifications You must be signed in to change notification settings

fluencelabs/marine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c79391 · Apr 26, 2022
Apr 6, 2022
Apr 6, 2022
Apr 26, 2022
Apr 26, 2022
Apr 23, 2022
Apr 26, 2022
Apr 26, 2022
Sep 4, 2021
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 13, 2021
Jun 3, 2020
May 11, 2021
Apr 26, 2022
Apr 26, 2022
May 2, 2020
Sep 9, 2021

Repository files navigation

Marine

marine version on crates.io

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

Fluence nodes use Marine to execute Wasm services composed by compiled Aqua:

fluence stack

Documentation

To learn more about about Marine, see the Marine Documentation, Marine Examples and the Marine Quickstart.