This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Simon Biggs, barry, brett.cannon, christian.heimes, ethan smith, mcepl, pmpp, serhiy.storchaka, xtreak
Date 2021-11-25.10:23:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637835796.76.0.617180144995.issue40280@roundup.psfhosted.org>
In-reply-to
Content
I have added wasm32/wasm64 architectures with emscripten/wasi operating system as cross-build targets. The values are based on Rust targets: 

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

wasm (WebAssembly) is "native instruction set" for the JavaScript VM while wasi or emscripten provide operating system facilities like memory management and I/O.
History
Date User Action Args
2021-11-25 10:23:16christian.heimessetrecipients: + christian.heimes, barry, brett.cannon, mcepl, pmpp, serhiy.storchaka, ethan smith, xtreak, Simon Biggs
2021-11-25 10:23:16christian.heimessetmessageid: <1637835796.76.0.617180144995.issue40280@roundup.psfhosted.org>
2021-11-25 10:23:16christian.heimeslinkissue40280 messages
2021-11-25 10:23:16christian.heimescreate