Package com.dylibso.chicory.wasm.types
Class GlobalSection.Builder
java.lang.Object
com.dylibso.chicory.wasm.types.GlobalSection.Builder
- Enclosing class:
GlobalSection
-
Method Summary
-
Method Details
-
addGlobal
Add a global variable definition to this section.- Parameters:
global- the global to add to this section (must not benull)- Returns:
- the Builder
-
build
-