Package org.teavm.backend.wasm.render
Class WasmBinaryRenderer
- java.lang.Object
-
- org.teavm.backend.wasm.render.WasmBinaryRenderer
-
public class WasmBinaryRenderer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WasmBinaryRenderer(WasmBinaryWriter output, WasmBinaryVersion version, boolean obfuscated, DwarfGenerator dwarfGenerator, DwarfClassGenerator dwarfClassGen, DebugLines debugLines, DebugVariables debugVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrender(WasmModule module)voidrender(WasmModule module, java.util.function.Supplier<java.util.Collection<? extends WasmCustomSection>> customSectionSupplier)
-
-
-
Constructor Detail
-
WasmBinaryRenderer
public WasmBinaryRenderer(WasmBinaryWriter output, WasmBinaryVersion version, boolean obfuscated, DwarfGenerator dwarfGenerator, DwarfClassGenerator dwarfClassGen, DebugLines debugLines, DebugVariables debugVariables)
-
-
Method Detail
-
render
public void render(WasmModule module)
-
render
public void render(WasmModule module, java.util.function.Supplier<java.util.Collection<? extends WasmCustomSection>> customSectionSupplier)
-
-