ModuleConfig class
Constructors
- ModuleConfig({bool? multiValue, bool? bulkMemory, bool? referenceTypes, bool? consumeFuel, ModuleConfigWasmi? wasmi, ModuleConfigWasmtime? wasmtime})
-
const
Properties
- bulkMemory → bool?
-
Is
trueif the`bulk-memory`Wasm proposal is enabled.final - consumeFuel → bool?
-
Is
trueif executions shall consume fuel.final - hashCode → int
-
The hash code for this object.
no setterinherited
- multiValue → bool?
-
Is
trueif the`multi-value`Wasm proposal is enabled.final - referenceTypes → bool?
-
Is
trueif the`reference-types`Wasm proposal is enabled.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wasmi → ModuleConfigWasmi?
-
Configuration specific to the wasmi runtime
final
- wasmtime → ModuleConfigWasmtime?
-
Configuration specific to the wasmtime runtime
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited