Skip to content

Commit 29b3ce7

Browse files
committed
better github link formatting
1 parent d02bd48 commit 29b3ce7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

peps/pep-0776.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -692,11 +692,11 @@ the future.
692692
JavaScript 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

701701
The Emscripten executable startup API is complicated and there are many possible
702702
configurations that are broken. Pyodide offers a simpler set of options than

0 commit comments

Comments
 (0)