File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ PEP: tbd
22Title: Emscripten Packaging
33Author: Hood Chatham <roberthoodchatham at gmail.com>
44Sponsor: Łukasz Langa <lukasz at python.org>
5- Discussions-To:
5+ Discussions-To:
66Status: Draft
77Type: Standards Track
88Topic: Packaging
99Created: 28-Mar-2025
10- Post-History:
10+ Post-History:
1111
1212Abstract
1313========
1414
15- This PEP proposes a new platform tag series `pyodide ` for binary Python package
15+ This PEP proposes a new platform tag series `` pyodide ` ` for binary Python package
1616distributions for the Pyodide Python runtime.
1717
1818`Emscripten <https://emscripten.org/ >`__ is a complete open source compiler
@@ -93,7 +93,7 @@ The platform tags will take the form::
9393 pyodide_${YEAR}_${PATCH}_wasm32
9494
9595Each one of these will be used with a specified Python version. For example, the
96- platform tag `pyodide_2025_0 ` will be used with Python 3.13.
96+ platform tag `` pyodide_2025_0 `` will be used with Python 3.13.
9797
9898Emscripten Wheel ABI
9999--------------------
@@ -124,7 +124,7 @@ sandboxing guarantees, doing this produces no security risks.
124124Determining the ABI version
125125---------------------------
126126
127- The Pyodide ABI version is stored in the `PYODIDE_ABI_VERSION ` config variable
127+ The Pyodide ABI version is stored in the `` PYODIDE_ABI_VERSION ` ` config variable
128128and can be determined via::
129129
130130 pyodide_abi_version = sysconfig.get_config_var("PYODIDE_ABI_VERSION")
You can’t perform that action at this time.
0 commit comments