Go to file
Syrus Akbary 0575a7ed3f
Merge pull request #1439 from Hywan/feat-interface-types-new-repo-rm
feat(interface-types) Move to its own repository
2020-05-12 20:44:17 -07:00
.azure Fix issue with kernel-net; add it to CI 2020-04-08 15:18:04 -07:00
.github Update CODEOWNERS 2020-01-17 17:15:00 -06:00
assets Cleanup the codebase 2020-02-20 14:48:10 -08:00
benches Fix up tests for CI 2020-04-06 11:42:44 -07:00
ci Fixed android tests 2020-04-14 13:19:40 -07:00
examples Address feedback, cleanup, fix memory leak in LLVM-backend 2020-04-28 11:36:01 -07:00
fuzz Add skeleton of exported api 2020-03-23 17:53:01 -07:00
lib feat(interface-types) Move to its own repository. 2020-05-12 17:31:26 +02:00
scripts Prepare for 0.17.0 release 2020-05-11 13:48:41 -07:00
src Prepare for 0.17.0 release 2020-05-11 13:48:41 -07:00
tests Prepare for 0.17.0 release 2020-05-11 13:48:41 -07:00
.gitattributes Use union merge on the changelog file. 2019-09-13 14:46:37 -07:00
.gitignore enable testing on Android x86_64 2020-03-23 11:55:32 +09:00
ATTRIBUTIONS.md Improved attributions 2020-04-14 12:41:05 -07:00
azure-pipelines.yml Simplified azure testing 2020-04-16 13:26:24 -07:00
bors.toml Added ARM integration 2020-03-30 14:45:26 -07:00
build.rs Added custom tests to the infrastructure 2020-05-11 12:35:38 -07:00
Cargo.lock Prepare for 0.17.0 release 2020-05-11 13:48:41 -07:00
Cargo.toml feat(interface-types) Move to its own repository. 2020-05-12 17:31:26 +02:00
CHANGELOG.md feat(interface-types) Move to its own repository. 2020-05-12 17:31:26 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-08-22 16:16:34 -05:00
CONTRIBUTING.md Fix some other files too 2019-09-30 22:50:04 -07:00
LICENSE Update LICENSE 2020-03-02 11:08:21 -08:00
Makefile feat(interface-types) Move to its own repository. 2020-05-12 17:31:26 +02:00
README.md Update README.md 2020-05-08 00:00:34 -07:00
rustfmt.toml update rustfmt.toml to ignore and fmt 2019-07-15 10:43:30 -07:00
SECURITY.md Fix security contact 2019-05-27 14:41:18 -07:00


Wasmer is a standalone WebAssembly runtime:

  • Universal: Wasmer is available in Linux, macOS and Windows (for both Desktop and ARM)
  • Fast: Wasmer aims to run WebAssembly at near-native speed
  • Pluggable: Wasmer can be used from almost any programming language
  • Safe: supporting WASI and Emscripten

It is used to run software fast, universally and safely: standalone applications and universal libraries.

Contents

Quickstart

Get started with Wasmer:

1. Install Wasmer

curl https://get.wasmer.io -sSfL | sh

Note: Wasmer is also available on Windows

Alternative: Install with Homebrew

brew install wasmer

2. Use Wasmer

Download a WASM file, and use it universally! You can start with QuickJS: qjs.wasm

wasmer qjs.wasm

3. Next steps

Here is what you can do next:

Language Integrations

Wasmer runtime can be used as a library embedded in different languages, so you can use WebAssembly anywhere 🎉

  Language Docs Author(s) Maintenance Release Stars
Rust logo Rust Docs Wasmer actively developed last release number of Github stars
C logo C/C++ Docs Wasmer actively developed last release number of Github stars
Python logo Python Docs Wasmer actively developed last release number of Github stars
Go logo Go Docs Wasmer actively developed last release number of Github stars
PHP logo PHP Docs Wasmer actively developed last release number of Github stars
Ruby logo Ruby Docs Wasmer actively developed last release number of Github stars
Postgres logo Postgres Wasmer actively developed last release number of Github stars
JS Logo JavaScript Docs Wasmer actively developed last release number of Github stars
C# logo C#/.Net Docs Miguel de Icaza actively developed last release number of Github stars
R logo R Docs Dirk Schumacher actively developed number of Github stars
Elixir logo Elixir Docs Philipp Tessenow actively developed last release number of Github stars
your language is missing?

Contribute

We welcome any form of contribution, especially from new members of our community 💜

You can check how to build the Wasmer runtime in our awesome docs!

Testing

Test you want? The Wasmer docs will show you how.

Community

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

Channels