Registry
Introduction

Wasmer Registry

The Wasmer Registry allows exploring packages from other users and to publish and distribute your own ones.

ℹ️

WAPM (the WebAssembly Package Manager) has been unified with Wasmer Registry. You can now find all your favorite WAPM packages at wasmer.io.

You can explore packages published to the Wasmer Registry at wasmer.io (opens in a new tab) or you can also search for packages.

Features

All packages published to the Wasmer registry will automatically be available to run with the wasmer CLI tool, but not just that...

  • Executables: The registry will automatically create executables for all platforms and chipsets, with no dependency of Wasmer
  • Automatic documentation: If you annotate your package with bindings, the documentation and APIs will be automatically generated for all programming languages.