Skip to content

Commit ce423f6

Browse files
author
Phil Cummins
committed
update CONTRIBUTING
1 parent b1e3f2f commit ce423f6

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,7 @@ switch.
2121
### Prerequisites
2222

2323
- Tools needed to build [CPython](https://github.com/python/cpython) (Make, Clang, etc.)
24-
- [Rust](https://rustup.rs/) stable 1.71 or later *and* nightly 2023-07-27 or later, including the `wasm32-wasi` and `wasm32-unknown-unknown` targets
25-
- Note that we currently use the `-Z build-std` Cargo option to build the `componentize-py` runtime with position-independent code (which is not the default for `wasm32-wasi`) and this requires using a recent nightly build of Rust.
26-
27-
For Rust, something like this should work once you have `rustup`:
28-
29-
```shell
30-
rustup update
31-
rustup install nightly
32-
rustup component add rust-src --toolchain nightly
33-
rustup target add wasm32-wasi wasm32-unknown-unknown
34-
```
24+
- [Rust](https://rustup.rs/) stable 1.81.0
3525

3626
### Building and Running
3727

0 commit comments

Comments
 (0)