Wasmer Registry
The Wasmer Registry stores all Wasmer packages and allows exploring packages from other users and distributing your own.
You can explore packages published to the Wasmer Registry at wasmer.io (opens in a new tab) or you can also search for packages (opens in a new tab).
🐥 First Steps
To publish your first package, check out the Getting Started guide.
Features
All packages published to the Wasmer registry are automatically available to run with the wasmer
CLI tool, and more:
- Executables: The registry will automatically create executables for all platforms and chipsets, with no dependency on Wasmer
- Automatic documentation: If you annotate your package with bindings, the documentation and APIs will be automatically generated for all programming languages.
ℹ️
WAPM (the WebAssembly Package Manager) has been unified with Wasmer Registry. You can now find all your favorite WAPM packages at wasmer.io.