Marine runs multi-module WebAssembly applications with interface-types and shared-nothing linking scheme
Go to file
2021-05-13 00:02:33 +03:00
.circleci Rename to marine: part 2 (#84) 2021-05-11 15:44:11 +03:00
.github/disabled Bump versions to 0.2.0 (#63) 2021-02-12 14:24:36 +03:00
crates use 0.6.4 sdk in it-generator 2021-05-12 16:46:10 +03:00
examples Add marine tests examples (#85) 2021-05-13 00:02:33 +03:00
fluence-app-service Rename to marine: part 2 (#84) 2021-05-11 15:44:11 +03:00
fluence-faas Add marine tests examples (#85) 2021-05-13 00:02:33 +03:00
images add changelog, update examples (#82) 2021-04-29 14:38:00 +03:00
runtime Rename to marine: part 2 (#84) 2021-05-11 15:44:11 +03:00
tools use 0.6.4 sdk in it-generator 2021-05-12 16:46:10 +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 Add marine tests examples (#85) 2021-05-13 00:02:33 +03:00
Cargo.toml Rename to marine: part 2 (#84) 2021-05-11 15:44:11 +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