Uses of Class
org.teavm.backend.wasm.generate.WasmGenerationContext
Packages that use WasmGenerationContext
-
Uses of WasmGenerationContext in org.teavm.backend.wasm.generate
Constructors in org.teavm.backend.wasm.generate with parameters of type WasmGenerationContextModifierConstructorDescriptionWasmGenerator(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