extism / python-sdk

Extism Python Host SDK - easily run WebAssembly modules / plugins from Python applications
https://extism.org
BSD 3-Clause "New" or "Revised" License
19 stars 0 forks source link

fix(wheels): use extism_sys binary distribution wheels #5

Closed chrisdickinson closed 1 year ago

chrisdickinson commented 1 year ago

Make use of pre-built extism_sys wheels built from extism/extism using maturin. The default configuration uses the latest release from extism to pull down the wheels -- this ensures we turn up breaking changes early.

Future work: add a release workflow. The release workflow should pull the specific latest tag (e.g., 0.5.2) from extism/extism, update pyproject.toml and the lock file, then release the extism package on PyPI.

Fixes #4.