back to home

wasmerio / wasmer

🚀 Fast, secure, lightweight containers based on WebAssembly

20,462 stars
935 forks
172 issues
RustCC++

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing wasmerio/wasmer in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/wasmerio/wasmer)
Preview:Analyzed by RepoMind

Repository Summary (README)

Preview

Wasmer is a blazing fast and secure WebAssembly runtime that enables incredibly lightweight containers to run anywhere: from Desktop to the Cloud, Edge and your browser.

  • Secure by default. No file, network, or environment access, unless explicitly enabled.
  • Pluggable. supports WASIX, WASI out of the box.
  • Incredibly Fast. Run WebAssembly at near-native speeds.
  • Embeddable anywhere via Wasmer SDKs

Install Wasmer

curl https://get.wasmer.io -sSfL | sh
Other installation options (Powershell, Brew, Cargo, ...)

Wasmer can be installed from various package managers. Choose the one that fits best for your environment:

  • Powershell (Windows)
    iwr https://win.wasmer.io -useb | iex
    

Looking for more installation options? See the wasmer-install repository to learn more!

Note: You can also try Wasmer online in wasmer.sh

Quickstart

[!Tip]
As part of our commitment to open source, we want to reward all GitHub users. In addition to the free tier, you can get up to $200 in Wasmer Edge credits for your open-source contributions - Claim here.

You can start by running Cowsay:

$ wasmer run cowsay "hello world"
 _____________
< hello world >
 -------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
               ||----w |
                ||     ||

There are many more available packages, such as wasmer/python or quickjs. Create your own package, or explore packages from the community: https://wasmer.io/explore

Here is what you can do next:

Wasmer SDK

You can use the Wasmer runtime embedded in different languages with the Wasmer SDK:

LanguagePackageDocumentation
Rust logoRustwasmer Rust crateLearn
C logoCwasm.h headerLearn
C++ logoC++wasm.hh headerLearn
C# logoC#WasmerSharp NuGet packageLearn
D logoDwasmer Dub packageLearn
Zig logoZigwasmer Zig packageLearn
Python logoPythonwasmer PyPI packageLearn
JS logoJavascript@wasmerio NPM packagesLearn
Go logoGowasmer Go packageLearn
PHP logoPHPwasm PECL packageLearn
Ruby logoRubywasmer Ruby GemLearn
Java logoJavawasmer/wasmer-jni Bintray packageLearn
R logoRno published packageLearn
R logoRno published packageLearn
Postgres logoPostgresno published packageLearn
Swift logoSwiftno published package
Dart logoDartwasm pub package
Crystal logoCrystalno published packageLearn
Lisp logoLispno published package
Julia logoJuliano published package
VLang logoVno published package
Ocaml logoOCamlwasmer OCaml package

👋  Missing a language?

Develop

We have different guides to help you develop Wasmer:

Contribute

We appreciate your help! 💜

We recommend reading the following guide on how to contribute into a complex project successfully: https://mitchellh.com/writing/contributing-to-complex-projects

Check our docs on how to build Wasmer from source or test your changes.

Community

Wasmer has an amazing community of developers and contributors. Welcome, please join us! 👋


README also in: 🇨🇳 中 文 -Chinese • 🇩🇪 Deutsch-German • 🇪🇸 Español-Spanish • 🇫🇷 Français-French • 🇯🇵 日本 語 -Japanese • 🇰🇷 한국어 -Korean.