2019-03-29 09:17:24 +00:00
|
|
|
<p align="center">
|
|
|
|
<a href="https://wasmer.io" target="_blank" rel="noopener noreferrer">
|
2019-09-24 20:36:31 +00:00
|
|
|
<img width="300" src="https://raw.githubusercontent.com/wasmerio/wasmer/master/logo.png" alt="Wasmer logo">
|
2019-03-29 09:17:24 +00:00
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p align="center">
|
2019-09-24 20:36:31 +00:00
|
|
|
<a href="https://dev.azure.com/wasmerio/wasmer/_build/latest?definitionId=3&branchName=master">
|
|
|
|
<img src="https://img.shields.io/azure-devops/build/wasmerio/wasmer/3.svg?style=flat-square" alt="Build Status">
|
2019-03-29 09:17:24 +00:00
|
|
|
</a>
|
|
|
|
<a href="https://github.com/wasmerio/wasmer/blob/master/LICENSE">
|
2019-09-24 20:36:31 +00:00
|
|
|
<img src="https://img.shields.io/github/license/wasmerio/wasmer.svg?style=flat-square" alt="License">
|
2019-03-29 09:17:24 +00:00
|
|
|
</a>
|
|
|
|
<a href="https://spectrum.chat/wasmer">
|
|
|
|
<img src="https://withspectrum.github.io/badge/badge.svg" alt="Join the Wasmer Community">
|
|
|
|
</a>
|
|
|
|
<a href="https://crates.io/crates/wasmer-runtime-core">
|
2019-09-24 20:42:17 +00:00
|
|
|
<img src="https://img.shields.io/crates/d/wasmer-runtime-core.svg?style=flat-square" alt="Number of downloads from crates.io">
|
2019-03-29 09:17:24 +00:00
|
|
|
</a>
|
|
|
|
<a href="https://docs.rs/wasmer-runtime-core">
|
|
|
|
<img src="https://docs.rs/wasmer-runtime-core/badge.svg" alt="Read our API documentation">
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
# Wasmer Runtime Core
|
|
|
|
|
|
|
|
Wasmer is a standalone JIT WebAssembly runtime, aiming to be fully
|
2019-09-27 00:15:43 +00:00
|
|
|
compatible with WASI, Emscripten, Rust and Go. [Learn
|
2019-03-29 09:17:24 +00:00
|
|
|
more](https://github.com/wasmerio/wasmer).
|
|
|
|
|
2019-09-27 00:15:43 +00:00
|
|
|
This crate represents the core of the runtime. Consider
|
|
|
|
[`wasmer-runtime`] for higher level APIs.
|