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

fix: libpython and targets for python docker images #128

Closed assambar closed 9 months ago

assambar commented 9 months ago

Add the static hashlib module to the bundled libpython. Without this using libpython will fail with undefined symbols.