Uses of Class
de.inetsoftware.jwebassembly.module.ModuleWriter
Packages that use ModuleWriter
Package
Description
-
Uses of ModuleWriter in de.inetsoftware.jwebassembly
Methods in de.inetsoftware.jwebassembly with parameters of type ModuleWriterModifier and TypeMethodDescriptionprivate voidJWebAssembly.compile(ModuleWriter writer, WasmTarget target) Convert the added files to a WebAssembly module. -
Uses of ModuleWriter in de.inetsoftware.jwebassembly.binary
Subclasses of ModuleWriter in de.inetsoftware.jwebassembly.binary -
Uses of ModuleWriter in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as ModuleWriterMethods in de.inetsoftware.jwebassembly.module with parameters of type ModuleWriterModifier and TypeMethodDescription(package private) voidStringManager.prepareFinish(ModuleWriter writer) Finish the prepare.(package private) voidTypeManager.prepareFinish(ModuleWriter writer) Finish the prepare and write the types.private voidTypeManager.StructType.writeStructType(ModuleWriter writer) Write this struct type and initialize internal structures(package private) voidDupThis.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidJumpInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidWasmArrayInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidWasmBlockInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidWasmCallInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidWasmCallInterfaceInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidWasmCallVirtualInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidWasmConstInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidWasmConvertInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidWasmGlobalInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.(package private) abstract voidWasmInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidWasmLocalInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidWasmMemoryInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidWasmNopInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidWasmNumericInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidWasmStructInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.voidWasmTableInstruction.writeTo(ModuleWriter writer) Write this instruction to the WASM module.Constructors in de.inetsoftware.jwebassembly.module with parameters of type ModuleWriterModifierConstructorDescriptionModuleGenerator(ModuleWriter writer, WasmTarget target, List<URL> libraries) Create a new generator. -
Uses of ModuleWriter in de.inetsoftware.jwebassembly.text
Subclasses of ModuleWriter in de.inetsoftware.jwebassembly.textModifier and TypeClassDescriptionclassModule Writer for text format with S-expressions.