8000 GitHub - philrhc/wasi-wheels: Python wheels built for WASI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

philrhc/wasi-wheels

 
 

Repository files navigation

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.

About

Python wheels built for WASI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 66.6%
  • Makefile 33.4%
0