[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:
parent
b3ec476c70
commit
f38e7b1da2
@ -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
|
||||
|
||||
@ -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
|
||||
--------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user