2019-03-29 09:17:24 +00:00
|
|
|
<p align="center">
|
|
|
|
<a href="https://wasmer.io" target="_blank" rel="noopener noreferrer">
|
|
|
|
<img width="400" src="https://raw.githubusercontent.com/wasmerio/wasmer/master/logo.png" alt="Wasmer logo">
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
<a href="https://circleci.com/gh/wasmerio/wasmer/">
|
|
|
|
<img src="https://img.shields.io/circleci/project/github/wasmerio/wasmer/master.svg" alt="Build Status">
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/wasmerio/wasmer/blob/master/LICENSE">
|
|
|
|
<img src="https://img.shields.io/github/license/wasmerio/wasmer.svg" alt="License">
|
|
|
|
</a>
|
|
|
|
<a href="https://spectrum.chat/wasmer">
|
|
|
|
<img src="https://withspectrum.github.io/badge/badge.svg" alt="Join the Wasmer Community">
|
|
|
|
</a>
|
2019-04-11 19:44:03 +00:00
|
|
|
<a href="https://crates.io/crates/wasmer-singlepass-backend">
|
|
|
|
<img src="https://img.shields.io/crates/d/wasmer-singlepass-backend.svg" alt="Number of downloads from crates.io">
|
2019-03-29 09:17:24 +00:00
|
|
|
</a>
|
2019-04-11 19:44:03 +00:00
|
|
|
<a href="https://docs.rs/wasmer-singlepass-backend">
|
|
|
|
<img src="https://docs.rs/wasmer-singlepass-backend/badge.svg" alt="Read our API documentation">
|
2019-03-29 09:17:24 +00:00
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
|
2019-04-11 19:44:03 +00:00
|
|
|
# Wasmer singlepass backend
|
2019-03-29 09:17:24 +00:00
|
|
|
|
|
|
|
Wasmer is a standalone JIT WebAssembly runtime, aiming to be fully
|
|
|
|
compatible with Emscripten, Rust and Go. [Learn
|
|
|
|
more](https://github.com/wasmerio/wasmer).
|
|
|
|
|
2019-04-11 19:44:03 +00:00
|
|
|
This crate represents the singlepass backend.
|