Package org.teavm.backend.wasm.model
Class WasmModule
java.lang.Object
org.teavm.backend.wasm.model.WasmModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(WasmFunction function) intintvoidremove(WasmFunction function) voidsetMaxMemorySize(int maxMemorySize) voidsetMinMemorySize(int minMemorySize) voidsetStartFunction(WasmFunction startFunction)
-
Constructor Details
-
WasmModule
public WasmModule()
-
-
Method Details
-
add
-
remove
-
getFunctions
-
getFunctionTable
-
getSegments
-
getMinMemorySize
public int getMinMemorySize() -
setMinMemorySize
public void setMinMemorySize(int minMemorySize) -
getMaxMemorySize
public int getMaxMemorySize() -
setMaxMemorySize
public void setMaxMemorySize(int maxMemorySize) -
getStartFunction
-
setStartFunction
-