{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/7"},{"label":"Compilers","url":"https://skillfed.io/packages/category/software-development-compilers"},{"label":"Interpreters","url":"https://skillfed.io/packages/category/software-development-interpreters"}],"enrichment":{"capability":"Executes WebAssembly modules from Python with a complete runtime that compiles and runs WASM binaries safely and sandboxed.","skillfed_tags":["webassembly","sandboxing"],"use_cases":["Execute performance-critical algorithms written in compiled languages without rewriting in Python.","Run untrusted code safely in a sandboxed WASM environment while maintaining isolation from the host system.","Integrate blockchain or smart-contract logic into Python applications.","Deploy compiled WASM modules across different platforms using Python as the host language.","Prototype or test WASM modules during development using Python tooling."],"what_it_does":"Wasmer is a WebAssembly runtime for Python that compiles and executes WASM binaries in a sandboxed environment. It wraps the Wasmer engine (written in Rust) and exposes a Python API that mirrors the standard WebAssembly API, allowing you to load WASM modules, instantiate them, and call their exported functions from Python code.\n\nThe package itself is headless\u2014it cannot compile WASM on its own and instead relies on separate compiler packages to handle compilation. Once a module is compiled, it can be executed via the JIT or Native engine. The runtime handles memory safety and sandboxing automatically, so WASM code runs isolated from the host Python process.","worth_installing":"Yes, if you need to run WebAssembly modules from Python and can accept a dormant project. The package is stable and has no known vulnerabilities, but the lack of releases since 2022-01-07 means no bug fixes or compatibility updates for newer Python or system libraries. Suitable for production use of existing WASM code, but not recommended for new projects requiring ongoing maintenance or support."},"id":"wasmer","links":{"html":"https://skillfed.io/packages/wasmer","md":"https://skillfed.io/packages/wasmer.md","pypi":"https://pypi.org/project/wasmer/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2022-01-07","license_spdx":null,"license_treatment":"permissive","name":"wasmer","python_support":"unspecified","summary":"Python extension to run WebAssembly binaries"},"popularity":{"monthly_downloads":556723,"position":6017,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.0"}
