Introduction
Welcome to the Wasmer Documentation! 👋 Wasmer 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
Embed the Wasmer Runtime directly in your application and run packages in local, capability-based sandboxes:
- JavaScript SDK: run Wasmer packages in Node.js or a browser
- Python SDK: run Wasmer packages inside a Python application
Social
For the latest articles on Wasmer features and developments, check out our blog or follow us on X ! You can also chat with us using the Wasmer Discord channel .
Let’s now dig deeper into how to install Wasmer, shall we? 🙂
Last updated on