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<com.dylibso.chicory.wasm.types.MemoryLimits, Memory> memoryFactory) withMemoryLimits(com.dylibso.chicory.wasm.types.MemoryLimits limits) withStart(boolean s) withUnsafeExecutionListener(ExecutionListener listener)
-
Method Details
-
withInitialize
-
withStart
-
withMemoryLimits
-
withMemoryFactory
public Instance.Builder withMemoryFactory(Function<com.dylibso.chicory.wasm.types.MemoryLimits, Memory> memoryFactory) -
withUnsafeExecutionListener
-
withImportValues
-
withMachineFactory
-
build
-