Skip to content

Commit

Permalink
Merge #712
Browse files Browse the repository at this point in the history
712: Improve build instructions in README, test on Rust 1.36 r=MarkMcCaskey a=MarkMcCaskey

Copied from syn (which is copied from num) (dtolnay/syn#372)

[rendered](https://github.com/wasmerio/wasmer/blob/8fa4ef34c13e0e339d9a1416dfd2229ded8f8b19/README.md#building)

Co-authored-by: Mark McCaskey <[email protected]>
  • Loading branch information
bors[bot] and Mark McCaskey authored Aug 22, 2019
2 parents 877fe44 + 8fa4ef3 commit e2bbd45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

test-stable:
docker:
- image: circleci/rust:latest
- image: circleci/rust:1.36
<<: *run_with_build_env_vars
steps:
- checkout
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,19 @@ nginx and Lua do not work on Windows - you can track the progress on [this issue
</details>

## Building
[![Rustc Version 1.36+](https://img.shields.io/badge/rustc-1.36+-red.svg)](https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html)

Wasmer is built with [Cargo](https://crates.io/), the Rust package manager.

The Singlepass backend requires nightly, so if you want to use it,

Set Rust Nightly:
```
rustup default nightly
```

Otherwise an up to date (see badge above) verison of stable Rust will work.

And install Wasmer
```sh
# checkout code
Expand Down

0 comments on commit e2bbd45

Please sign in to comment.