We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3c0b2 commit 64f67c9Copy full SHA for 64f67c9
DynamicLinking.md
@@ -168,9 +168,9 @@ absolute relocation.
168
of `R_WASM_MEMORY_ADDR_TLS_SLEB`.
169
170
All code that gets linked into a WebAssembly dynamic library must be compiled
171
-as position independant. The corresponding absolute reloction types
+as position independent. The corresponding absolute relocation types
172
(R_WASM_MEMORY_ADDR_SLEB and R_WASM_TABLE_INDEX_SLEB) are not permitted in
173
-position independant code and will be rejected at link time.
+position independent code and will be rejected at link time.
174
175
For relocation within the data segments a runtime fixup may be required. For
176
example, if the address of an external symbol is stored in global data. In this
0 commit comments