bpo-40280: Add wasm cross build targets (GH-29771) by tiran · Pull Request #29771 · python/cpython
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
changed the title
bpo-40280: Add wasm cross build targets
bpo-40280: Add wasm cross build targets (GH-29771)
tiran
deleted the
bpo-40280-wasm
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters