File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
8080runtime based on a mildly patched musl libc.
8181
82+ __ https://llvm.org/
83+
8284Emscripten is a POSIX-based platform. It uses the `WebAssembly binary format `_,
8385and 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
You can’t perform that action at this time.
0 commit comments