Package com.dylibso.chicory.runtime
Class ImportValues.Builder
java.lang.Object
com.dylibso.chicory.runtime.ImportValues.Builder
- Enclosing class:
ImportValues
-
Method Summary
Modifier and TypeMethodDescriptionaddFunction(ImportFunction... function) addGlobal(ImportGlobal... global) addMemory(ImportMemory... memory) addTable(ImportTable... table) build()withFunctions(Collection<ImportFunction> functions) withGlobals(Collection<ImportGlobal> globals) withMemories(Collection<ImportMemory> memories) withTables(Collection<ImportTable> tables) withTags(Collection<ImportTag> tags)
-
Method Details
-
withFunctions
-
addFunction
-
withGlobals
-
addGlobal
-
withMemories
-
addMemory
-
withTables
-
addTable
-
withTags
-
addTag
-
build
-