mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 06:45:32 +00:00
Marine runs multi-module WebAssembly applications with interface-types and shared-nothing linking scheme
.circleci | ||
.github/disabled | ||
crates | ||
examples | ||
fluence-app-service | ||
fluence-faas | ||
images | ||
runtime | ||
tools | ||
.gitignore | ||
.rustfmt.toml | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md |
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:
At now, it is in the heavily developing phase, more detailed information could be found in docs