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 void
JWebAssembly.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) 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.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 TypeClassDescriptionclass
Module Writer for text format with S-expressions.