GitBook: [main] 54 pages and 17 assets modified

This commit is contained in:
boneyard93501
2021-03-29 02:17:53 +00:00
committed by gitbook-bot
parent c6a1b1204a
commit 36ddf50532
71 changed files with 3814 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Fluence Compute Engine
[Fluence Compute Engine](https://github.com/fluencelabs/fce) \(FCE\) is a general purpose WebAssembly runtime that could be used in different scenarios, especially in programs based on the [ECS](https://en.wikipedia.org/wiki/Entity_component_system) pattern or plugin architecture. It runs multi-module Wasm applications with [interface-types](https://github.com/WebAssembly/interface-types/blob/master/proposals/interface-types/Explainer.mdhttps://github.com/WebAssembly/interface-types/blob/master/proposals/interface-types/Explainer.md) and [shared-nothing](https://en.wikipedia.org/wiki/Shared-nothing_architecture) linking scheme.
Fluence [nodes](https://github.com/fluencelabs/fluence) use FCE to execute [Aquamarine](https://github.com/fluencelabs/aquamarine) and Wasm services.