Add badges for Appveyor CI and Gitter chat.

This commit is contained in:
Dan Gohman
2018-11-28 18:41:16 -08:00
parent 4ef1bac12b
commit 869ed1b5c5

View File

@@ -1,7 +1,9 @@
# wasmtime # wasmtime
Standalone JIT-style runtime support for WebAsssembly code in Cranelift Standalone JIT-style runtime support for WebAsssembly code in Cranelift
[![Build Status](https://travis-ci.org/CraneStation/wasmtime.svg?branch=master)](https://travis-ci.org/CraneStation/wasmtime) [![Travis Status](https://travis-ci.org/CraneStation/wasmtime.svg?branch=master)](https://travis-ci.org/CraneStation/wasmtime)
[![Appveyor Status](https://ci.appveyor.com/api/projects/status/vxvpt2plriy5s0mc?svg=true)](https://ci.appveyor.com/project/CraneStation/cranelift)
[![Gitter chat](https://badges.gitter.im/CraneStation/CraneStation.svg)](https://gitter.im/CraneStation/Lobby)
![Minimum rustc 1.30](https://img.shields.io/badge/rustc-1.30+-red.svg) ![Minimum rustc 1.30](https://img.shields.io/badge/rustc-1.30+-red.svg)
*This is a work in progress that is not currently functional.* *This is a work in progress that is not currently functional.*