[lld][WebAssembly] Remove comment about wasm-ld being WIP. NFC (#183410)

wasm-ld has been feature complete for a while now.
This commit is contained in:
Sam Clegg 2026-02-25 15:47:13 -08:00 committed by GitHub
parent b3ec476c70
commit f38e7b1da2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -259,8 +259,8 @@ Missing features
- Merging of data section similar to ``SHF_MERGE`` in the ELF world is not
supported.
- No support for creating shared libraries. The spec for shared libraries in
WebAssembly is still in flux:
- Dynamic linking support is still experimental. The spec for this is not
yet finalized:
https://github.com/WebAssembly/tool-conventions/blob/main/DynamicLinking.md
.. _linking: https://github.com/WebAssembly/tool-conventions/blob/main/Linking.md

View File

@ -9,8 +9,7 @@ The linker supports ELF (Unix), PE/COFF (Windows), Mach-O (macOS) and
WebAssembly in descending order of completeness. Internally, LLD consists of
several different linkers. The ELF port is the one that will be described in
this document. The PE/COFF port is complete, including
Windows debug info (PDB) support. The WebAssembly port is still a work in
progress (See :doc:`WebAssembly`).
Windows debug info (PDB) support.
Features
--------