Marine runs multi-module WebAssembly applications with interface-types and shared-nothing linking scheme
Go to file
2020-12-29 17:51:13 +03:00
.circleci i64 -> i32 for 'target' in log_utf8_string (#49) 2020-12-17 18:46:01 +03:00
.github/workflows i64 -> i32 for 'target' in log_utf8_string (#49) 2020-12-17 18:46:01 +03:00
aquamarine-vm Move to the wasmer-wit 0.17.24 (#56) 2020-12-29 17:51:13 +03:00
crates Move to the wasmer-wit 0.17.24 (#56) 2020-12-29 17:51:13 +03:00
engine Move to the wasmer-wit 0.17.24 (#56) 2020-12-29 17:51:13 +03:00
examples Store ParticleParameters in AquamarineVM, pass them to call_service (#55) 2020-12-25 17:31:31 +03:00
fluence-app-service Move to the wasmer-wit 0.17.24 (#56) 2020-12-29 17:51:13 +03:00
fluence-faas Move to the wasmer-wit 0.17.24 (#56) 2020-12-29 17:51:13 +03:00
images Update readme (#43) 2020-11-12 16:25:47 +03:00
tools Move to the wasmer-wit 0.17.24 (#56) 2020-12-29 17:51:13 +03:00
.gitignore update config.yml 2020-12-01 11:49:49 +03:00
.rustfmt.toml add rustfmt config 2020-06-03 23:08:26 +03:00
Cargo.lock Move to the wasmer-wit 0.17.24 (#56) 2020-12-29 17:51:13 +03:00
Cargo.toml update examples (#47) 2020-12-09 15:57:10 +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