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
65a7223803
Co-authored-by: vms <michail.vms@gmail.com> |
||
---|---|---|
.circleci | ||
.github/workflows | ||
aquamarine-vm | ||
crates | ||
engine | ||
examples | ||
fluence-app-service | ||
fluence-faas | ||
images | ||
tools | ||
.gitignore | ||
.rustfmt.toml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Fluence Compute Engine
FCE 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 use FCE to execute aquamarine and services compiled to Wasm:
At now, it is in the heavily developing phase, more detailed information could be found in docs