Stream: git-wasmtime

Topic: wasmtime / issue #468 wasmtime-py doesn't build with `car...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2021 at 04:42):

alexcrichton commented on issue #468:

This was sinced moved to https://github.com/bytecodealliance/wasmtime-py, so closing.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2021 at 04:42):

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