-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feat-interface-types-encoders-binary
- Loading branch information
Showing
13 changed files
with
153 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<p align="center"> | ||
<a href="https://wasmer.io" target="_blank" rel="noopener noreferrer"> | ||
<img width="300" src="https://raw.githubusercontent.com/wasmerio/wasmer/master/logo.png" alt="Wasmer logo"> | ||
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<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"> | ||
</a> | ||
<a href="https://github.com/wasmerio/wasmer/blob/master/LICENSE"> | ||
<img src="https://img.shields.io/github/license/wasmerio/wasmer.svg?style=flat-square" alt="License"> | ||
</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-interface-types"> | ||
<img src="https://img.shields.io/crates/d/wasmer-interface-types.svg?style=flat-square" alt="Number of downloads from crates.io"> | ||
</a> | ||
<a href="https://docs.rs/wasmer-interface-types"> | ||
<img src="https://docs.rs/wasmer-interface-types/badge.svg" alt="Read our API documentation"> | ||
</a> | ||
</p> | ||
|
||
# Wasmer Interface Types | ||
|
||
Wasmer is a standalone JIT WebAssembly runtime, aiming to be fully | ||
compatible with WASI, Emscripten, Rust and Go. [Learn | ||
more](https://github.com/wasmerio/wasmer). | ||
|
||
This crate is an implementation of [the living WebAssembly Interface | ||
Types standard](https://github.com/WebAssembly/interface-types). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.