Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 511 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 511 Bytes

WASI wheels

This repository contains build files to produce WASI builds of a set of Python packages which do not have official WASI builds.

Building the Packages

Before building, the submodules need to be intialized:

git submodule update --init --recursive

Build all the pacakge using

make

Once 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.