Class ImportFunction
java.lang.Object
de.inetsoftware.jwebassembly.binary.SectionEntry
de.inetsoftware.jwebassembly.binary.Function
de.inetsoftware.jwebassembly.binary.ImportFunction
An entry in the import section of the WebAssembly.
-
Field Summary
FieldsFields inherited from class Function
functionsStream, id, paramNames, sourceMappings, typeId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidwriteSectionEntry(WasmOutputStream stream) Write this single entry to a sectionMethods inherited from class Function
addCodeOffset, markCodePosition
-
Field Details
-
module
-
name
-
-
Constructor Details
-
ImportFunction
-
-
Method Details
-
writeSectionEntry
Write this single entry to a section- Overrides:
writeSectionEntryin classFunction- Parameters:
stream- the target- Throws:
IOException- if any I/O error occur
-