#wasmer #compatibility #project #cli #python

app wasmer-compat-cli

CLI for checking different projects for compatibility with the Wasmer ecosystem

2 releases

Uses new Rust 2024

0.1.1 Oct 14, 2025
0.1.0 Oct 14, 2025

#5 in #wasmer

MIT/Apache

79KB
2K SLoC

wasmer-compat

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

Install the CLI

cargo install wasmer-compat-cli

Usage - CLI

  • Check if a project is compatible with the Wasmer ecosystem: Currently works for:
    • Python projects with a uv.lock file
wasmer-compat check ./python-project

Dependencies

~9–24MB
~287K SLoC