Faasm Quick start More information Faasm Faasm is a high-performance stateful serverless runtime. Faasm provides multi-tenant isolation, but also lets functions share reg...
Faasm Collective Communication Point-to-point replication Collective operations Faasm Collective Communication To support efficient parallel processing, Faasm exposes shared ...
Faasm Host Interface Function invocation and chaining State POSIX-like system calls Further extensions Faasm Host Interface To execute functions compiled to WebAssembly, Fa...
Using Faasm with External Projects Compiling to wasm Using Faasm with External Projects To compile projects outside the Faasm source tree you need to install the Faasmlibrary ...
Compiling a C++ function Writing functions C++ API Chaining Chaining a function OpenMP and MPI Compiling a C++ function C++ functions are built with CMake and held in the ...
Rust Functions Rust Functions Rust support in Faasm is still a work in progress, but is made possibleby two other projects: Faasm Rust workspace - Scaffolding for building F...