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.19:29:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637868595.73.0.12322927995.issue40280@roundup.psfhosted.org>
In-reply-to
Content
Our config.sub agrees with LLVM:

$ ./config.sub wasm32-wasi
wasm32-unknown-wasi

The config.sub and config.guess scripts in main are recent enough for wasm. Just to be sure I created https://github.com/python/cpython/pull/29781 and plan to backport the changeset to 3.10 and 3.9. It's generally safe to update the files to latest version.
History
Date User Action Args
2021-11-25 19:29:55christian.heimessetrecipients: + christian.heimes, barry, brett.cannon, mcepl, pmpp, serhiy.storchaka, ethan smith, xtreak, Simon Biggs
2021-11-25 19:29:55christian.heimessetmessageid: <1637868595.73.0.12322927995.issue40280@roundup.psfhosted.org>
2021-11-25 19:29:55christian.heimeslinkissue40280 messages
2021-11-25 19:29:55christian.heimescreate