This repository contains build files to produce WASI builds of a set of Python packages which do not have official WASI builds.
Please note: This project is an experimental proof-of-concept that Python packages containing native extensions can be cross-compiled for WASI and used with componentize-py. It is not being actively maintained; the packages are out-of-date with respect to their upstream versions, and might not even build anymore. Do not rely on these builds for anything serious.
Before building, the submodules need to be intialized:
git submodule update --init --recursiveBuild all the pacakge using
makeOnce the build process is complete, the wheels can be found in the build directory. The packages can be used in your code by extracting the tar.gz directory in your project root.