Update to Cranelift 1.33 and require Rust 1.35.

Cranelift requires Rust 1.35; update accordingly.
This commit is contained in:
Dan Gohman
2019-07-03 11:10:48 -07:00
parent 89cd327c97
commit 1a10f4a002
12 changed files with 33 additions and 33 deletions

View File

@@ -12,7 +12,7 @@ utility or as a library embedded in a larger application.
[![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.34](https://img.shields.io/badge/rustc-1.34+-green.svg)
![Minimum rustc 1.35](https://img.shields.io/badge/rustc-1.35+-green.svg)
Wasmtime passes the WebAssembly spec testsuite, and supports a new system
API proposal called [WebAssembly System Interface], or WASI.