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 WasmOutputStream
BinaryModuleWriter.codeStream
(package private) WasmOutputStream
Function.functionsStream
private WasmOutputStream
BinaryModuleWriter.wasm
Methods in de.inetsoftware.jwebassembly.binary with parameters of type WasmOutputStreamModifier and TypeMethodDescriptionprivate void
BinaryModuleWriter.writeDebugFunctionNames
(Set<? extends Map.Entry<String, ? extends Function>> entries, WasmOutputStream section) Write function names to the custom "name" section.private void
BinaryModuleWriter.writeDebugParameternNames
(Set<? extends Map.Entry<String, ? extends Function>> entries, WasmOutputStream section) Write parameter names to the custom "name" section.(package private) void
WasmOutputStream.writeSection
(SectionType type, WasmOutputStream data) Write a section with header and data.(package private) void
ExportEntry.writeSectionEntry
(WasmOutputStream stream) Write this single entry to a section(package private) void
Function.writeSectionEntry
(WasmOutputStream stream) Write this single entry to a section(package private) void
Global.writeSectionEntry
(WasmOutputStream stream) Write this single entry to a section(package private) void
ImportFunction.writeSectionEntry
(WasmOutputStream stream) Write this single entry to a section(package private) abstract void
SectionEntry.writeSectionEntry
(WasmOutputStream stream) Write this single entry to a section(package private) final void
TypeEntry.writeSectionEntry
(WasmOutputStream stream) Write this single entry to a section(package private) void
ArrayTypeEntry.writeSectionEntryDetails
(WasmOutputStream stream) Write this single entry to a section(package private) void
FunctionTypeEntry.writeSectionEntryDetails
(WasmOutputStream stream) Write this single entry to a section(package private) void
StructTypeEntry.writeSectionEntryDetails
(WasmOutputStream stream) Write this single entry to a section(package private) abstract void
TypeEntry.writeSectionEntryDetails
(WasmOutputStream stream) Write this single entry to a section