Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

faasm/pyfaasm

Repository files navigation

PyFaasm

Python bindings for Faasm host interface.

The library is normally compiled to WebAssembly in the faasm-cpython repo, but you can also compile it natively for development.

Developing

To build the container and run the tests:

# Build the container
python3 docker_build.py

# Run the container
docker run -it -v $(pwd):/code/pyfaasm faasm/pyfaasm /bin/bash

# Run the tests (inside the container)
./run_tests.sh

If you make changes to the C-extensions you need to rerun:

pip3 install -e .

About

Python wrapper for Faasm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors