File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,21 @@ Runtime Goals
56
56
57
57
1. To describe the current state of the CPython Emscripten runtime
58
58
2. To describe the current state of the Pyodide runtime
59
- 3. To identify features to be upstreamed from the Pyodide runtime into the
59
+ 3. To identify minor features to be upstreamed from the Pyodide runtime into the
60
60
CPython Emscripten runtime
61
61
62
+ The minor features identified here are intended to all be features that could be
63
+ implemented without a PEP. We discuss more significant runtime features that we
64
+ would like to implement but we defer decisions on those features to subsequent
65
+ PEPs.
66
+
62
67
---------------
63
68
Packaging Goals
64
69
---------------
65
70
66
71
1. To describe Pyodide's packaging tooling
67
- 2. To describe our wheel abi in a similar level of detail as the manylinux peps
72
+ 2. To describe Pyodide's wheel abi to a similar level of detail as the manylinux
73
+ peps
68
74
3. To request that Pyodide wheels be allowed for upload to pypi
69
75
70
76
You can’t perform that action at this time.
0 commit comments