Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions peps/pep-0816.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ PEP: 816
Title: WASI Support
Author: Brett Cannon <brett@python.org>
Discussions-To: https://discuss.python.org/t/pep-816-wasi-support/105237
Status: Draft
Status: Active
Type: Informational
Created: 05-Nov-2025
Post-History: `08-Dec-2025 <https://discuss.python.org/t/pep-816-wasi-support/105237>`__,

Resolution: https://discuss.python.org/t/pep-816-wasi-support/105237/3

Abstract
========
Expand Down Expand Up @@ -84,7 +84,9 @@ maintainers as specified by :pep:`11` will choose which sets of versions will
be designated as the versions to support.

The WASI version and WASI SDK version supported for a Python version MUST be
recorded in :pep:`11` as an official record.
recorded in :pep:`11` as an official record. This is to be recorded by the
maintainers of WASI as listed in :pep:`11` and done around the time of the b1
release.

If for some reason a supported WASI SDK version needs to change after being
recorded, a note will be made in :pep:`11` as to when and why the change was
Expand Down
Loading