ModuleConfig constructor

const ModuleConfig({
  1. bool? multiValue,
  2. bool? bulkMemory,
  3. bool? referenceTypes,
  4. bool? consumeFuel,
  5. ModuleConfigWasmi? wasmi,
  6. ModuleConfigWasmtime? wasmtime,
})

Implementation

const ModuleConfig({
  this.multiValue,
  this.bulkMemory,
  this.referenceTypes,
  this.consumeFuel,
  this.wasmi,
  this.wasmtime,
});