Update cranelift

This commit is contained in:
Jakub Konka
2019-07-04 15:09:15 +02:00
committed by Jakub Konka
parent b4280d6cd6
commit 93e1657bae
3 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ os:
- osx - osx
language: rust language: rust
rust: rust:
- 1.34.0 - 1.35.0
- beta - beta
- nightly - nightly
matrix: matrix:

View File

@@ -29,10 +29,10 @@ wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime" }
wasmtime-environ = { git = "https://github.com/cranestation/wasmtime" } wasmtime-environ = { git = "https://github.com/cranestation/wasmtime" }
wasmtime-jit = { git = "https://github.com/cranestation/wasmtime" } wasmtime-jit = { git = "https://github.com/cranestation/wasmtime" }
wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime" } wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime" }
cranelift-codegen = "0.30.0" cranelift-codegen = "0.33.0"
cranelift-entity = "0.30.0" cranelift-entity = "0.33.0"
cranelift-wasm = "0.30.0" cranelift-wasm = "0.33.0"
cranelift-native = "0.30.0" cranelift-native = "0.33.0"
target-lexicon = "0.3.0" target-lexicon = "0.3.0"
[patch."https://github.com/CraneStation/wasi-common"] [patch."https://github.com/CraneStation/wasi-common"]

View File

@@ -1,12 +1,12 @@
# wasi-common # wasi-common
[![travis-build-status]][travis] [![appveyor-build-status]][appveyor] [![rustc-1.34]][rustc] [![travis-build-status]][travis] [![appveyor-build-status]][appveyor] [![rustc-1.35]][rustc]
[travis-build-status]: https://travis-ci.org/CraneStation/wasi-common.svg?branch=master [travis-build-status]: https://travis-ci.org/CraneStation/wasi-common.svg?branch=master
[travis]: https://travis-ci.org/CraneStation/wasi-common [travis]: https://travis-ci.org/CraneStation/wasi-common
[appveyor-build-status]: https://ci.appveyor.com/api/projects/status/github/cranestation/wasi-common?svg=true [appveyor-build-status]: https://ci.appveyor.com/api/projects/status/github/cranestation/wasi-common?svg=true
[appveyor]: https://ci.appveyor.com/project/cranestation/wasi-common [appveyor]: https://ci.appveyor.com/project/cranestation/wasi-common
[rustc-1.34]: https://img.shields.io/badge/rustc-1.34+-lightgray.svg [rustc-1.35]: https://img.shields.io/badge/rustc-1.35+-lightgray.svg
[rustc]: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html [rustc]: https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html
[Wasmtime]: https://github.com/CraneStation/wasmtime [Wasmtime]: https://github.com/CraneStation/wasmtime
[Lucet]: https://github.com/fastly/lucet [Lucet]: https://github.com/fastly/lucet
[lucet-wasi]: https://github.com/fastly/lucet/tree/master/lucet-wasi [lucet-wasi]: https://github.com/fastly/lucet/tree/master/lucet-wasi
@@ -20,7 +20,7 @@ such as [Wasmtime] and [Lucet].
The library is an adaption of [lucet-wasi] crate from the [Lucet] project, and it is The library is an adaption of [lucet-wasi] crate from the [Lucet] project, and it is
currently based on [40ae1df][lucet-wasi-tracker] git revision. currently based on [40ae1df][lucet-wasi-tracker] git revision.
Please note that the library requires Rust compiler version at least 1.34.0. Please note that the library requires Rust compiler version at least 1.35.0.
## Supported syscalls ## Supported syscalls