fix link in multi_module.md (#846)

This commit is contained in:
Therdel 2021-11-25 03:26:06 +00:00 committed by GitHub
parent 16ebfc3781
commit d03a57fbff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.