Marine runs multi-module WebAssembly applications with interface-types and shared-nothing linking scheme
Go to file
2020-06-16 09:55:55 +03:00
.circleci replace old FCE with new FCE with WIT support 2020-06-03 23:19:07 +03:00
bin add compiled wasm modules for ipfs example 2020-06-16 09:55:55 +03:00
crates allow several host imports 2020-06-07 12:33:26 +03:00
engine rename process to fce 2020-06-16 09:53:47 +03:00
examples use relative paths in the IPFS node example 2020-06-15 17:40:30 +03:00
fluence-faas rename process to fce 2020-06-16 09:53:47 +03:00
tests replace old FCE with new FCE with WIT support 2020-06-03 23:19:07 +03:00
tools/wit_embedder split fce_wit_interfaces 2020-06-06 00:13:05 +03:00
.gitignore add compiled wasm modules for ipfs example 2020-06-16 09:55:55 +03:00
.rustfmt.toml add rustfmt config 2020-06-03 23:08:26 +03:00
Cargo.lock rename IPFSNode to FluenceFaaS; dir rearranges 2020-06-15 17:22:18 +03:00
Cargo.toml rename IPFSNode to FluenceFaaS; dir rearranges 2020-06-15 17:22:18 +03:00
LICENSE add license and readme 2020-05-02 12:44:49 +03:00
README.md Integration tests (#2) 2020-05-02 18:34:48 +03:00

Fluence Compute Engine

FCE is intended to run various Wasm binaries. At now, it is in the heavily developing phase.