Package com.dylibso.chicory.runtime
Class Instance.Builder
java.lang.Object
com.dylibso.chicory.runtime.Instance.Builder
- Enclosing class:
Instance
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withImportValues(ImportValues importValues) withInitialize(boolean init) withMachineFactory(Function<Instance, Machine> machineFactory) withMemoryFactory(Function<MemoryLimits, Memory> memoryFactory) withMemoryLimits(MemoryLimits limits) withStart(boolean s) withUnsafeExecutionListener(ExecutionListener listener)
-
Method Details
-
withInitialize
-
withStart
-
withMemoryLimits
-
withMemoryFactory
-
withUnsafeExecutionListener
-
withImportValues
-
withMachineFactory
-
build
-