From d03a57fbffa8133f8c8e57c0752daaaccff6e73f Mon Sep 17 00:00:00 2001 From: Therdel <14974231+Therdel@users.noreply.github.com> Date: Thu, 25 Nov 2021 03:26:06 +0000 Subject: [PATCH] fix link in multi_module.md (#846) --- doc/multi_module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/multi_module.md b/doc/multi_module.md index 08e827ee..030ad221 100644 --- a/doc/multi_module.md +++ b/doc/multi_module.md @@ -98,7 +98,7 @@ When building an executable, only the entry point (_start) and symbols with the In the example, another linked command option *--export-all* is used. -> with more detail, please refer to [WebAssembly lld port][https://lld.llvm.org/WebAssembly.html] +> with more detail, please refer to [WebAssembly lld port](https://lld.llvm.org/WebAssembly.html) Here is an example how to compile a *.c* to a *.wasm* with clang. Since there is no *start* function, we use *--no-entry* option.