bpo-40280: Add wasm cross build targets (GH-29771) by tiran · Pull Request #29771 · python/cpython

emmatyping

brettcannon

CPython uses the same target triplet convention as Rust:

```
$ rustc --print target-list | grep wasm
wasm32-unknown-emscripten
wasm32-unknown-unknown
wasm32-wasi
wasm64-unknown-unknown
```

Signed-off-by: Christian Heimes <christian@python.org>

@tiran

@tiran

brettcannon

@tiran tiran changed the title bpo-40280: Add wasm cross build targets bpo-40280: Add wasm cross build targets (GH-29771)

Nov 25, 2021

@tiran tiran deleted the bpo-40280-wasm branch

November 25, 2021 20:24

remykarem pushed a commit to remykarem/cpython that referenced this pull request

Dec 7, 2021

@tiran @remykarem