Marine runs multi-module WebAssembly applications with interface-types and shared-nothing linking scheme
Go to file
2021-05-21 21:15:02 +03:00
.circleci Fix IT generation (#87) 2021-05-19 18:58:24 +03:00
.github/disabled Bump versions to 0.2.0 (#63) 2021-02-12 14:24:36 +03:00
crates fix clippy warnings; update crate versions 2021-05-21 21:15:02 +03:00
examples Fix IT generation (#87) 2021-05-19 18:58:24 +03:00
fluence-app-service Print Aqua-compatible types (#86) 2021-05-20 20:20:57 +03:00
fluence-faas bump crates 2021-05-21 21:08:49 +03:00
images add changelog, update examples (#82) 2021-04-29 14:38:00 +03:00
runtime bump crates 2021-05-21 21:08:49 +03:00
tools fix clippy warnings; update crate versions 2021-05-21 21:15:02 +03:00
.gitignore Additional tests for BWU (#74) 2021-04-13 12:36:14 +03:00
.rustfmt.toml add rustfmt config 2020-06-03 23:08:26 +03:00
Cargo.lock fix clippy warnings; update crate versions 2021-05-21 21:15:02 +03:00
Cargo.toml Print Aqua-compatible types (#86) 2021-05-20 20:20:57 +03:00
CHANGELOG.md Rename to marine: part 2 (#84) 2021-05-11 15:44:11 +03:00
LICENSE add license and readme 2020-05-02 12:44:49 +03:00
README.md Rename to marine: step 1 (#83) 2021-05-10 12:51:22 +03:00

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

At now, it is in the heavily developing phase, more detailed information could be found in docs