Marine runs multi-module WebAssembly applications with interface-types and shared-nothing linking scheme
Go to file
2021-04-27 16:39:16 +03:00
.circleci Remove unsafe from import funcs (#75) 2021-04-19 13:34:05 +03:00
.github/disabled Bump versions to 0.2.0 (#63) 2021-02-12 14:24:36 +03:00
aquamarine-vm Update air-interpreter-interface branch (#79) 2021-04-26 15:25:04 +03:00
crates embed rust sdk version after compiling (#80) 2021-04-27 16:39:16 +03:00
engine Update air-interpreter-interface branch (#79) 2021-04-26 15:25:04 +03:00
examples Improve arrays and record passing scheme (#76) 2021-04-26 14:02:26 +03:00
fluence-app-service Improve arrays and record passing scheme (#76) 2021-04-26 14:02:26 +03:00
fluence-faas Improve arrays and record passing scheme (#76) 2021-04-26 14:02:26 +03:00
images Update readme (#43) 2020-11-12 16:25:47 +03:00
tools embed rust sdk version after compiling (#80) 2021-04-27 16:39:16 +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 embed rust sdk version after compiling (#80) 2021-04-27 16:39:16 +03:00
Cargo.toml Additional tests for BWU (#74) 2021-04-13 12:36:14 +03:00
LICENSE add license and readme 2020-05-02 12:44:49 +03:00
README.md update readme 2020-12-10 17:07:58 +03:00

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:

fluence stack

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