Uses of Class
de.inetsoftware.jwebassembly.binary.WasmOutputStream
Packages that use WasmOutputStream
-
Uses of WasmOutputStream in de.inetsoftware.jwebassembly.binary
Fields in de.inetsoftware.jwebassembly.binary declared as WasmOutputStreamModifier and TypeFieldDescriptionprivate WasmOutputStreamBinaryModuleWriter.codeStream(package private) WasmOutputStreamFunction.functionsStreamprivate WasmOutputStreamBinaryModuleWriter.wasmMethods in de.inetsoftware.jwebassembly.binary with parameters of type WasmOutputStreamModifier and TypeMethodDescriptionprivate voidBinaryModuleWriter.writeDebugFunctionNames(Set<? extends Map.Entry<String, ? extends Function>> entries, WasmOutputStream section) Write function names to the custom "name" section.private voidBinaryModuleWriter.writeDebugParameternNames(Set<? extends Map.Entry<String, ? extends Function>> entries, WasmOutputStream section) Write parameter names to the custom "name" section.(package private) voidWasmOutputStream.writeSection(SectionType type, WasmOutputStream data) Write a section with header and data.(package private) voidExportEntry.writeSectionEntry(WasmOutputStream stream) Write this single entry to a section(package private) voidFunction.writeSectionEntry(WasmOutputStream stream) Write this single entry to a section(package private) voidGlobal.writeSectionEntry(WasmOutputStream stream) Write this single entry to a section(package private) voidImportFunction.writeSectionEntry(WasmOutputStream stream) Write this single entry to a section(package private) abstract voidSectionEntry.writeSectionEntry(WasmOutputStream stream) Write this single entry to a section(package private) final voidTypeEntry.writeSectionEntry(WasmOutputStream stream) Write this single entry to a section(package private) voidArrayTypeEntry.writeSectionEntryDetails(WasmOutputStream stream) Write this single entry to a section(package private) voidFunctionTypeEntry.writeSectionEntryDetails(WasmOutputStream stream) Write this single entry to a section(package private) voidStructTypeEntry.writeSectionEntryDetails(WasmOutputStream stream) Write this single entry to a section(package private) abstract voidTypeEntry.writeSectionEntryDetails(WasmOutputStream stream) Write this single entry to a section