mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 10:22:19 +00:00
Merge #712
712: Improve build instructions in README, test on Rust 1.36 r=MarkMcCaskey a=MarkMcCaskey
Copied from syn (which is copied from num) (https://github.com/dtolnay/syn/issues/372)
[rendered](8fa4ef34c1/README.md (building)
)
Co-authored-by: Mark McCaskey <mark@wasmer.io>
This commit is contained in:
commit
e2bbd4564e
@ -57,7 +57,7 @@ jobs:
|
|||||||
|
|
||||||
test-stable:
|
test-stable:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/rust:latest
|
- image: circleci/rust:1.36
|
||||||
<<: *run_with_build_env_vars
|
<<: *run_with_build_env_vars
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
@ -169,14 +169,19 @@ nginx and Lua do not work on Windows - you can track the progress on [this issue
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
[](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.
|
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:
|
Set Rust Nightly:
|
||||||
```
|
```
|
||||||
rustup default nightly
|
rustup default nightly
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Otherwise an up to date (see badge above) verison of stable Rust will work.
|
||||||
|
|
||||||
And install Wasmer
|
And install Wasmer
|
||||||
```sh
|
```sh
|
||||||
# checkout code
|
# checkout code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user