Package org.teavm.backend.wasm.model
Class WasmModule
java.lang.Object
org.teavm.backend.wasm.model.WasmModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add(WasmFunction function)
int
int
void
remove(WasmFunction function)
void
setMaxMemorySize(int maxMemorySize)
void
setMinMemorySize(int minMemorySize)
void
setStartFunction(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
-