vmware-labs / webassembly-language-runtimes

Wasm Language Runtimes provides popular language runtimes (Ruby, Python, …) precompiled to WebAssembly that are tested for compatibility and kept up to date when new versions of upstream languages are released
Apache License 2.0
327 stars 27 forks source link

chore: Add libpython3.12 support in wlr-libpy #129

Closed assambar closed 8 months ago

assambar commented 8 months ago

This is waiting for https://github.com/PyO3/pyo3/issues/3645 before I can update the respective example in python/examples/embedding/wasi-py-rs-pyo3.

I tested it with a locally modified pyo3 (that has the abi3-py312 feature) and it works as expected.

Angelmmiguel commented 8 months ago

This is much better and it offers a great flexibility! Thank you @assambar