Uses of Class
com.dylibso.chicory.wasm.types.Global
-
Packages that use Global Package Description com.dylibso.chicory.wasm.types -
-
Uses of Global in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return Global Modifier and Type Method Description GlobalGlobalSection. getGlobal(int idx)Global[]GlobalSection. globals()Methods in com.dylibso.chicory.wasm.types with parameters of type Global Modifier and Type Method Description intGlobalSection. addGlobal(Global global)Add a global variable definition to this section.
-