WasmtimeExecutionConfig

data class WasmtimeExecutionConfig(val target: String = WasmtimeAutomaticTarget, val precompiledModuleBytes: ByteArray? = null, val maxMemoryBytes: Long = DefaultWasmtimeMaxMemoryBytes, val maxWasmStackBytes: Long = DefaultWasmtimeMaxWasmStackBytes, val maxTableElements: Long = WasmtimeUnlimitedResourceLimit, val maxInstances: Long = DefaultWasmtimeCoreMaxInstances, val maxTables: Long = DefaultWasmtimeCoreMaxTables, val maxMemories: Long = DefaultWasmtimeCoreMaxMemories, val maxFuel: Long = WasmtimeUnlimitedResourceLimit)

Constructors

Link copied to clipboard
constructor(target: String = WasmtimeAutomaticTarget, precompiledModuleBytes: ByteArray? = null, maxMemoryBytes: Long = DefaultWasmtimeMaxMemoryBytes, maxWasmStackBytes: Long = DefaultWasmtimeMaxWasmStackBytes, maxTableElements: Long = WasmtimeUnlimitedResourceLimit, maxInstances: Long = DefaultWasmtimeCoreMaxInstances, maxTables: Long = DefaultWasmtimeCoreMaxTables, maxMemories: Long = DefaultWasmtimeCoreMaxMemories, maxFuel: Long = WasmtimeUnlimitedResourceLimit)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard