Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.Global
Packages that use Global
-
Uses of Global in de.mirkosertic.bytecoder.core.backend.wasm.ast
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return GlobalModifier and TypeMethodDescriptionGlobalsIndex.globalByLabel(String globalName) GlobalsSection.newConstantGlobal(String name, WasmType type, WasmValue initializer) GlobalsSection.newMutableGlobal(String name, WasmType type, WasmValue initializer) Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Global