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
* Update to wasi-sdk-30
Seeing if any issues arise...
* Run rustfmt
* update cpython submodule
---------
Co-authored-by: Joel Dice <joel.dice@akamai.com>
- Tools needed to build [CPython](https://github.com/python/cpython) (Make, Clang, etc.)
20
20
-[Rust](https://rustup.rs/) stable 1.71 or later *and* nightly 2023-07-27 or later, including the `wasm32-wasip1` and `wasm32-unknown-unknown` targets
21
21
- 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.
22
-
22
+
23
23
For Rust, something like this should work once you have `rustup`:
24
24
25
25
```shell
@@ -38,16 +38,16 @@ First, make sure you've got all the submodules cloned.
38
38
git submodule update --init --recursive
39
39
```
40
40
41
-
Next, install WASI-SDK 27 to `/opt/wasi-sdk` (alternatively, you can specify a
41
+
Next, install WASI-SDK 30 to `/opt/wasi-sdk` (alternatively, you can specify a
42
42
different location and reference it later using the `WASI_SDK_PATH` environment
43
43
variable). Replace `arm64-linux` with `x86_64-linux`, `arm64-macos`,
44
44
`x86_64-macos`, `arm64-windows`, or `x86_64-windows` below depending on your
0 commit comments