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.
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 theextism
package on PyPI.Fixes #4.