Package org.teavm.backend.wasm.parser
Interface GlobalSectionListener
- All Known Implementing Classes:
DisassemblyGlobalSectionListener
public interface GlobalSectionListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidstartGlobal(int index, WasmHollowType type, boolean mutable)
-
Method Details
-
startGlobal
-
endGlobal
void endGlobal()
-