Uses of Class
org.teavm.backend.wasm.model.WasmModule
-
Packages that use WasmModule Package Description org.teavm.backend.wasm.generate org.teavm.backend.wasm.model org.teavm.backend.wasm.optimization org.teavm.backend.wasm.render org.teavm.backend.wasm.transformation -
-
Uses of WasmModule in org.teavm.backend.wasm.generate
Methods in org.teavm.backend.wasm.generate with parameters of type WasmModule Modifier and Type Method Description voidWasmInteropFunctionGenerator. generateFunctions(WasmModule module)voidWasmSpecialFunctionGenerator. generateSpecialFunctions(WasmModule module)Constructors in org.teavm.backend.wasm.generate with parameters of type WasmModule Constructor Description WasmGenerationContext(ClassReaderSource classSource, WasmModule module, Diagnostics diagnostics, VirtualTableProvider vtableProvider, TagRegistry tagRegistry, WasmStringPool stringPool, NameProvider names) -
Uses of WasmModule in org.teavm.backend.wasm.model
Methods in org.teavm.backend.wasm.model that return WasmModule Modifier and Type Method Description WasmModuleWasmFunction. getModule() -
Uses of WasmModule in org.teavm.backend.wasm.optimization
Constructors in org.teavm.backend.wasm.optimization with parameters of type WasmModule Constructor Description UnusedFunctionElimination(WasmModule module) -
Uses of WasmModule in org.teavm.backend.wasm.render
Methods in org.teavm.backend.wasm.render with parameters of type WasmModule Modifier and Type Method Description voidWasmBinaryRenderer. render(WasmModule module)voidWasmCRenderer. render(WasmModule module)voidWasmRenderer. render(WasmModule module)voidWasmRenderer. renderData(WasmModule module)voidWasmRenderer. renderMemory(WasmModule module) -
Uses of WasmModule in org.teavm.backend.wasm.transformation
Constructors in org.teavm.backend.wasm.transformation with parameters of type WasmModule Constructor Description IndirectCallTraceTransformation(WasmModule module)MemoryAccessTraceTransformation(WasmModule module)
-