Package org.teavm.backend.wasm
Interface WasmGCClassConsumerContext
public interface WasmGCClassConsumerContext
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddToInitializer(Consumer<WasmFunction> initializerContributor) classes()module()names()strings()
-
Method Details
-
classes
ClassReaderSource classes() -
module
WasmModule module() -
functionTypes
WasmFunctionTypes functionTypes() -
functions
BaseWasmFunctionRepository functions() -
names
WasmGCNameProvider names() -
strings
WasmGCStringProvider strings() -
typeMapper
WasmGCTypeMapper typeMapper() -
exceptionTag
WasmTag exceptionTag() -
entryPoint
String entryPoint() -
addToInitializer
-