BuiltinFunctionIndex | An index type for builtin functions.
|
CompiledFunction | Compiled function: machine code body, jump table offsets, and unwind information.
|
DebugInfoData | |
FunctionAddressMap | Function and its instructions addresses mappings.
|
FunctionBodyData | Contains function data: byte code and its offset in the module.
|
FunctionMetadata | |
InstanceSignature | The type signature of known instances.
|
InstructionAddressMap | Single source location to generated address mapping.
|
MemoryInitializer | A WebAssembly linear memory initializer.
|
MemoryPlan | A WebAssembly linear memory description along with our chosen style for
implementing it.
|
Module | A translated WebAssembly module, excluding the function bodies and
memory initializers.
|
ModuleEnvironment | Object containing the standalone environment information.
|
ModuleSignature | The type signature of known modules.
|
ModuleTranslation | The result of translating via ModuleEnvironment . Function bodies are not
yet translated, and data initializers have not yet been copied out of the
original buffer.
|
NameSection | |
Relocation | A record of a relocation to perform.
|
StackMapInformation | The offset within a function of a GC safepoint, and its associated stack
map.
|
TableInitializer | A WebAssembly table initializer.
|
TablePlan | A WebAssembly table description along with our chosen style for
implementing it.
|
TargetSharedSignatureIndex | Target specific type for shared signature index.
|
TrapInformation | Information about trap.
|
Tunables | Tunable parameters for WebAssembly compilation.
|
TypeTables | All types which are recorded for the entirety of a translation.
|
VMOffsets | This class computes offsets to fields within VMContext and other
related structs that JIT code accesses directly.
|
VMOffsetsFields | Used to construct a VMOffsets
|
WasmFileInfo | |