Skip to Content
Registry Introduction

Registry Introduction

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  or you can also search for packages .

🐥 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:

  • Universal packages: Every published package is stored as a webc container that can be run or installed anywhere the Wasmer runtime is available
  • Language bindings: Library packages published with bindings annotations have generated bindings available for multiple 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.

Last updated on