Expand description

Relocation is the process of assigning load addresses for position-dependent code and data of a program and adjusting the code and data to reflect the assigned addresses.

Learn more.

Each time a Compiler compiles a WebAssembly function (into machine code), it also attaches if there are any relocations that need to be patched into the generated machine code, so a given frontend (JIT or native) can do the corresponding work to run it.

Structs

Enums

Type Definitions