Introduction
Welcome to the Wasmer Documentation! 👋 Wasmer (opens in a new tab) is an ecosystem based on WebAssembly that allows running applications anywhere: in the browser, embedded in your favorite programming language, or standalone in the server.
Ecosystem
- Wasmer Runtime: allows running Wasmer containers anywhere
- Wasmer Registry: explore containers from the community and distribute your own
- Wasmer Edge: run containers on Wasmer distributed Edge infrastructure
SDKs
Wasmer is available in multiple programming languages and operating systems in the shape of SDKs. Using these SDKs, it's possible to embedd wasmer modules compiled from other languages into your application. We have set up the SDKs to allow using Wasmer easily anywhere:
- Wasmer JavaScript SDK: run your Wasmer packages in Javascript
Social
For the latest articles on Wasmer features and developments, check out our blog (opens in a new tab) or follow us on X (opens in a new tab)! You can also chat with us using Wasmer Discord channel (opens in a new tab).
Let's now dig deeper into how to install Wasmer, shall we? 🙂