Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DynamicLinking.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ absolute relocation.
of `R_WASM_MEMORY_ADDR_TLS_SLEB`.

All code that gets linked into a WebAssembly dynamic library must be compiled
as position independant. The corresponding absolute reloction types
as position independent. The corresponding absolute relocation types
(R_WASM_MEMORY_ADDR_SLEB and R_WASM_TABLE_INDEX_SLEB) are not permitted in
position independant code and will be rejected at link time.
position independent code and will be rejected at link time.

For relocation within the data segments a runtime fixup may be required. For
example, if the address of an external symbol is stored in global data. In this
Expand Down