Skip to content

Commit 585506e

Browse files
hoodmaneAA-Turner
andauthored
Apply two more AA-turner edits
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 90b072e commit 585506e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

peps/pep-0776.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,11 @@ Background on Emscripten
7676

7777
`Emscripten
7878
<https://emscripten.org/docs/introducing_emscripten/about_emscripten.html>`__
79-
consists of a C and C++ compiler and linker based on LLVM, together with a
79+
consists of a C and C++ compiler and linker based on LLVM__, together with a
8080
runtime based on a mildly patched musl libc.
8181

82+
__ https://llvm.org/
83+
8284
Emscripten is a POSIX-based platform. It uses the `WebAssembly binary format`_,
8385
and the `WebAssembly dynamic linking section`_.
8486

@@ -240,7 +242,9 @@ Emscripten file system. There are several possible approaches to this:
240242

241243
* For Node.js, use the NODEFS to mount a native directory with the files into the
242244
Emscripten file system. This is the most efficient option but is Node only. It
243-
is closely analogous to what wasi does.
245+
is closely analogous to what WASI_ does.
246+
247+
.. _WASI: https://wasi.dev/
244248

245249
* Put the standard library into a zip archive and use ``ZipImporter``. Using an
246250
uncompressed zip file allows the web server and client to apply better

0 commit comments

Comments
 (0)