(package private) void |
StringManager.prepareFinish(ModuleWriter writer) |
Finish the prepare.
|
(package private) void |
TypeManager.prepareFinish(ModuleWriter writer) |
Finish the prepare and write the types.
|
private void |
TypeManager.StructType.writeStructType(ModuleWriter writer) |
Write this struct type and initialize internal structures
|
(package private) void |
DupThis.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
JumpInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
WasmArrayInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
WasmBlockInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
WasmCallInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
WasmCallInterfaceInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
WasmCallVirtualInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
WasmConstInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
WasmConvertInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
WasmGlobalInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
(package private) abstract void |
WasmInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
WasmLocalInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
WasmMemoryInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
WasmNopInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
WasmNumericInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
WasmStructInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|
void |
WasmTableInstruction.writeTo(ModuleWriter writer) |
Write this instruction to the WASM module.
|