Rust library and CLI tool to check if a given project is compatible with the Wasmer ecosystem.
Supports:
- Python
- Python libraries
- Python projects (uv.lock)
- Rust
- Javascript
cargo install wasmer-compat-cli- Check if a project is compatible with the Wasmer ecosystem:
Currently works for:
- Python projects with a
uv.lockfile
- Python projects with a
wasmer-compat check ./python-project