Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels