Python Enabling Python support Running a Python function Python API Building CPython Python 3.7 Building CPython and packages Setting up the runtime environment Adding packa...
BLAS Support Building Numpy Configuring Numpy BLAS Support The main blocker on BLAS support is a lack of Fortran-wasm compiler. A secondary issue is the loss of any machine-...
Network Isolation Testing Quick check Limits test Network Isolation To isolate networking we can user a combination of network namespaces,virtual interfaces and standard Lin...
Proto-Functions Reducing cold starts Defining a proto-function Cross-host migration Proto-Functions Proto-functions are a way to restore the execution state of a function wi...
Debugging and Profiling Debugging Symbols GDB Profiling Debugging and Profiling Debugging As Faasm functions are compiled to WebAssembly and executed using WAVM ,any gene...
Genomics Use-case Data WASM Native Data and Indexing Mapping Misc CLion Internals Genomics Use-case Note 04/03/2020 - this needs updating The genomics use-case involv...
Typescript Set-up Building functions Typescript Typescript WebAssembly support is added through assemblyscript . Set-up To set up the assemblyscript tools you can use the ...