Package org.teavm.backend.wasm.model
Class WasmModule
java.lang.Object
org.teavm.backend.wasm.model.WasmModule
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal WasmCollection<WasmFunction> final WasmCollection<WasmGlobal> final WasmCollection<WasmTag> final WasmCollection<WasmCompositeType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(WasmCustomSection customSection) Map<? extends String, ? extends WasmCustomSection> intintvoidvoidremove(WasmCustomSection customSection) voidsetMaxMemorySize(int maxMemorySize) voidsetMinMemorySize(int minMemorySize) voidsetStartFunction(WasmFunction startFunction)
-
Field Details
-
functions
-
globals
-
types
-
tags
-
memoryExportName
-
-
Constructor Details
-
WasmModule
public WasmModule()
-
-
Method Details
-
add
-
remove
-
getCustomSections
-
getFunctionTable
-
getSegments
-
getMinMemorySize
public int getMinMemorySize() -
setMinMemorySize
public void setMinMemorySize(int minMemorySize) -
getMaxMemorySize
public int getMaxMemorySize() -
setMaxMemorySize
public void setMaxMemorySize(int maxMemorySize) -
getStartFunction
-
setStartFunction
-
prepareForRendering
public void prepareForRendering()
-