From 81c67d94380736c2b041bdaa271bb4f2bdba689e Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 3 Mar 2021 12:32:32 -0800 Subject: [PATCH] Add a link to the wasm-ld documentation. --- docs/wasm-c.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/wasm-c.md b/docs/wasm-c.md index 65f87d53d8..d4c05d6a94 100644 --- a/docs/wasm-c.md +++ b/docs/wasm-c.md @@ -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