🚀 The leading WebAssembly Runtime supporting WASI and Emscripten
Go to file
2024-10-03 13:52:47 +02:00
.config Remove the filtering and just retry everything in CI 2023-12-08 15:17:25 +08:00
.github fix(ci): Typo in action for macOS 2024-10-03 13:52:47 +02:00
assets Add files via upload 2023-08-04 14:52:29 +02:00
benches chore: Fix some warnings 2024-06-05 19:21:02 +02:00
docs add appconfig JSON schema to wasmer repo 2024-09-02 22:21:56 +05:45
examples fix(examples): Use updated keywords 2024-09-06 16:42:22 +02:00
fuzz Fix fuzz build (#3740) 2023-04-04 17:58:17 +02:00
lib fix(compiler/llvm): Remove readonly attribute 2024-09-24 20:09:27 +02:00
scripts Release 4.3.7 2024-09-06 13:05:35 +03:30
tests fix(tests/compilers): anyfunc -> funcref 2024-09-10 09:21:57 +02:00
.gitattributes windows(test) Refined .gitattributes 2021-11-08 16:28:55 +01:00
.gitignore enable mounting tmp dir locally 2024-06-10 16:01:49 +03:30
build.rs Merge branch 'master' into wasix-merge 2022-12-06 13:22:09 +01:00
Cargo.lock feat(compiler/llvm): Update llvm to version 18 2024-09-13 15:54:51 +02:00
Cargo.toml Merge branch 'main' into cranelift-update 2024-09-09 18:47:22 +02:00
CHANGELOG.md update changelog 2024-09-06 13:28:03 +03:30
deny.toml Upgrade to a version of webc that uses the MIT license (fixes #4058) 2023-07-20 14:11:59 +08:00
flake.lock build: Add Wasmer CLI package definition to Nix flake 2024-04-09 13:31:22 +02:00
flake.nix build: Add Wasmer CLI package definition to Nix flake 2024-04-09 13:31:22 +02:00
LICENSE Update LICENSE 2020-03-02 11:08:21 -08:00
Makefile fix: Use more recent nightly in doc tests 2024-08-22 17:30:49 +02:00
README.md Merge remote-tracking branch 'origin/main' into durability 2024-07-04 07:03:19 +10:00
rust-toolchain continue update 2024-08-19 09:41:54 +02:00
Xargo.toml Don't use panic_immediate_abort in Xargo config 2021-12-01 17:19:35 +00:00


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 and Emscripten 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

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:

Language Package Documentation
Rust logo Rust wasmer Rust crate Learn
C logo C wasm.h header Learn
C++ logo C++ wasm.hh header Learn
C# logo C# WasmerSharp NuGet package Learn
D logo D wasmer Dub package Learn
Zig logo Zig wasmer Zig package Learn
Python logo Python wasmer PyPI package Learn
JS logo Javascript @wasmerio NPM packages Learn
Go logo Go wasmer Go package Learn
PHP logo PHP wasm PECL package Learn
Ruby logo Ruby wasmer Ruby Gem Learn
Java logo Java wasmer/wasmer-jni Bintray package Learn
R logo R no published package Learn
Postgres logo Postgres no published package Learn
Swift logo Swift no published package
Dart logo Dart wasm pub package
Crystal logo Crystal no published package Learn
Lisp logo Lisp no published package
Julia logo Julia no published package
VLang logo V no published package
Ocaml logo OCaml wasmer 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.