ModuleConfig constructor
const
ModuleConfig({
- bool? multiValue,
- bool? bulkMemory,
- bool? referenceTypes,
- bool? consumeFuel,
- ModuleConfigWasmi? wasmi,
- ModuleConfigWasmtime? wasmtime,
Implementation
const ModuleConfig({
this.multiValue,
this.bulkMemory,
this.referenceTypes,
this.consumeFuel,
this.wasmi,
this.wasmtime,
});