GitBook: [main] 2 pages modified

This commit is contained in:
boneyard93501 2021-06-11 06:52:29 +00:00 committed by gitbook-bot
parent 3c2360eade
commit 2eaab36796
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 0 additions and 7 deletions

View File

@ -29,7 +29,6 @@
* [Aqua VM](knowledge_knowledge/knowledge_aquamarine/vm.md)
* [Marine](knowledge_knowledge/knowledge_aquamarine/marine/README.md)
* [Marine-RS-SDK](knowledge_knowledge/knowledge_aquamarine/marine/marine-rs-sdk.md)
* [Fluence Compute Engine](knowledge_knowledge/fluence-compute-engine.md)
* [Node](knowledge_knowledge/node/README.md)
* [Overview](knowledge_knowledge/node/overview.md)
* [Services](knowledge_knowledge/node/knowledge_node_services.md)

View File

@ -1,6 +0,0 @@
# 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.