Uses of Class
org.teavm.backend.wasm.generate.WasmGenerationContext
-
Packages that use WasmGenerationContext Package Description org.teavm.backend.wasm.generate org.teavm.backend.wasm.render -
-
Uses of WasmGenerationContext in org.teavm.backend.wasm.generate
Constructors in org.teavm.backend.wasm.generate with parameters of type WasmGenerationContext Constructor Description WasmGenerator(Decompiler decompiler, ClassHolderSource classSource, WasmGenerationContext context, WasmClassGenerator classGenerator, BinaryWriter binaryWriter, Predicate<MethodReference> asyncMethods) -
Uses of WasmGenerationContext in org.teavm.backend.wasm.render
Constructors in org.teavm.backend.wasm.render with parameters of type WasmGenerationContext Constructor Description WasmTypeInference(WasmGenerationContext context)
-