This repository contains build files to produce WASI builds of a set of Python packages which do not have official WASI builds.
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.