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 @@ -692,11 +692,11 @@ the future.
692692JavaScript API for Bootstrapping
693693================================
694694
695- Currently we offer no stable API for bootstrapping Python. Instead, we use one
696- collection of settings for the Node.js CLI entrypoint and a separate collection of
697- settings for the browser demo.
698- https://github.com/python/cpython/tree/98fa4a49fecbac3c990a25ce5d300592dad31be0/Tools/wasm/emscripten/node_entry.mjs
699- https://github.com/python/cpython/blob/98fa4a49fecbac3c990a25ce5d300592dad31be0/Tools/wasm/emscripten/web_example/python.worker.mjs
695+ Currently we offer no stable API for bootstrapping Python. Instead, we use ` one
696+ collection of settings for the Node.js CLI entrypoint
697+ <https://github.com/python/cpython/blob/98fa4a49fecbac3c990a25ce5d300592dad31be0/Tools/wasm/emscripten/node_entry.mjs#L33-L46> `__
698+ and ` a separate collection of settings for the browser demo
699+ < https://github.com/python/cpython/blob/98fa4a49fecbac3c990a25ce5d300592dad31be0/Tools/wasm/emscripten/web_example/python.worker.mjs#L64-L88> `__.
700700
701701The Emscripten executable startup API is complicated and there are many possible
702702configurations that are broken. Pyodide offers a simpler set of options than
You can’t perform that action at this time.
0 commit comments