Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

The Universal WebAssembly Runtime

License

NotificationsYou must be signed in to change notification settings

forkkit/wasmer

 
 

Repository files navigation


Wasmer is a standaloneWebAssembly runtime:

  • Universal: Wasmer is available inLinux, macOS and Windows (for both Desktop andARM)
  • Fast: Wasmer aims to run WebAssembly at near-native speed
  • Pluggable: Wasmer can be used from almostany programming language
  • Safe: supportingWASI andEmscripten

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 alsoavailable 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 canuse WebAssembly anywhere 🎉

 LanguageDocsAuthor(s)MaintenanceReleaseStars
Rust logoRustDocsWasmeractively developedlast releasenumber of Github stars
C logoC/C++DocsWasmeractively developedlast releasenumber of Github stars
Python logoPythonDocsWasmeractively developedlast releasenumber of Github stars
Go logoGoDocsWasmeractively developedlast releasenumber of Github stars
PHP logoPHPDocsWasmeractively developedlast releasenumber of Github stars
Ruby logoRubyDocsWasmeractively developedlast releasenumber of Github stars
Postgres logoPostgresWasmeractively developedlast releasenumber of Github stars
JS LogoJavaScriptDocsWasmeractively developedlast releasenumber of Github stars
C# logoC#/.NetDocsMiguel de Icazaactively developedlast releasenumber of Github stars
R logoRDocsDirk Schumacheractively developednumber of Github stars
Elixir logoElixirDocsPhilipp Tessenowactively developedlast releasenumber 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 inour awesome docs!

Testing

Test you want? TheWasmer docs will show you how.

Community

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

Channels

About

The Universal WebAssembly Runtime

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust72.9%
  • C21.9%
  • C++3.9%
  • Shell0.6%
  • Makefile0.4%
  • CMake0.1%
  • Other0.2%

[8]ページ先頭

©2009-2025 Movatter.jp