Automatic

data class Automatic(val maxMemoryBytes: Long? = null, val memoryPolicy: WasmMemoryPolicy? = null) : WasmExecutionPolicy

Let the platform choose its normal engine and apply one atomic memory policy.

Constructors

Link copied to clipboard
constructor(maxMemoryBytes: Long? = null, memoryPolicy: WasmMemoryPolicy? = null)

Properties

Link copied to clipboard
Link copied to clipboard