From ce1dfab70b9c40379e8d17e65dc4f193d1d36321 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 29 Nov 2021 20:41:20 -0800 Subject: [PATCH] docs: Feedback from #15613. NFC --- site/source/docs/compiling/Building-Projects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/docs/compiling/Building-Projects.rst b/site/source/docs/compiling/Building-Projects.rst index 71898fa6e..73dcad391 100644 --- a/site/source/docs/compiling/Building-Projects.rst +++ b/site/source/docs/compiling/Building-Projects.rst @@ -262,7 +262,7 @@ Faux Dynamic Linking -------------------- Emscripten's goal is to generate the fastest and smallest possible code. For -that reason it focuses on compiling an entire project into the single file, +that reason it focuses on compiling an entire project into a single Wasm file, avoiding dynamic linking when possible. By default, when the `-shared` flag is used to build a shared library,