You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,15 @@ switch.
21
21
### Prerequisites
22
22
23
23
- Tools needed to build [CPython](https://github.com/python/cpython) (Make, Clang, etc.)
24
-
-[Rust](https://rustup.rs/) stable 1.81.0
24
+
-[Rust](https://rustup.rs/) stable 1.81.0 or later, including the `wasm32-wasip1` 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-wasip1`) and this requires using a recent nightly build of Rust.
26
+
27
+
For Rust, something like this should work once you have `rustup`:
0 commit comments