Add a link to the wasm-ld documentation.

This commit is contained in:
Dan Gohman
2021-03-03 12:32:32 -08:00
parent 66c2827ac9
commit 81c67d9438

View File

@@ -20,4 +20,9 @@ that stack overflow will often lead to corrupted globals. The
by the globals and the heap, which may produce slightly larger code, but will
more reliably trap on stack overflow.
See the [wasm-ld documentation] for more information and additional flags. Note
flags related to dynamic linking, such `-shared` and `--export-dynamic` are
not yet stable and are expected to change behavior in the future.
[unwinding support in WebAssembly]: https://github.com/WebAssembly/exception-handling/
[wasm-ld documentation]: https://lld.llvm.org/WebAssembly.html