alexcrichton commented on issue #468:
This was sinced moved to https://github.com/bytecodealliance/wasmtime-py, so closing.
alexcrichton closed issue #468:
wasmtime-py uses pyo3's "extension-module" feature flag, which makes it not link libpython directly, so that it works in whatever python or libpython the address space already has loaded.
This seems perfectly reasonable, but as far as I can tell, that means that cargo test --package=wasmtime-py can't work, as it tries to link a binary. That link results in unresolved symbol errors for all the Python symbols.
@sunfishcode suggested filing this as an issue. cc @fitzgen and @alexcrichton.
Last updated: Nov 22 2024 at 17:03 UTC