Uses of Class
org.teavm.backend.wasm.model.WasmModule
Packages that use WasmModule
Package
Description
-
Uses of WasmModule in org.teavm.backend.wasm.generate
Methods in org.teavm.backend.wasm.generate with parameters of type WasmModuleModifier and TypeMethodDescriptionvoidWasmInteropFunctionGenerator.generateFunctions(WasmModule module) voidWasmSpecialFunctionGenerator.generateSpecialFunctions(WasmModule module) Constructors in org.teavm.backend.wasm.generate with parameters of type WasmModuleModifierConstructorDescriptionWasmGenerationContext(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 -
Uses of WasmModule in org.teavm.backend.wasm.optimization
Constructors in org.teavm.backend.wasm.optimization with parameters of type WasmModule -
Uses of WasmModule in org.teavm.backend.wasm.render
Methods in org.teavm.backend.wasm.render with parameters of type WasmModuleModifier and TypeMethodDescriptionvoidWasmBinaryRenderer.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 WasmModuleModifierConstructorDescription