WasmHub is a centralized, open-source repository providing versioned WASM language runtimes for Node.js, Python, Ruby, PHP, Go, and more. Think of it as a package registry for WASM language runtime binaries — download once, cache forever.
Use it as
- A Rust library — integrate runtime downloading into any Rust project
- A CLI tool — manage runtimes from the command line
- A CDN source — fetch runtimes for browser usage
[dependencies]
wasmhub = "0.1"