I just updated main
for CPython -- which will by Python 3.14 -- so that it defaults to wasm32-wasip1
as the target triple. Unfortunately, the backport to CPython 3.13.1 is going to take a little work. But before I bother with that, I thought I would ask if anyone cares? CPython 3.13 will reach end of life in October 2029, so if people are concerned that WASI 1.0 might hit before then and changing the defaults is worth it, I can make it happen. But do note CPython 3.13.0 still has the wasm32-wasi
default in the code.
So, should I be lazy or thorough with this?
Last updated: Nov 22 2024 at 17:03 UTC