ModuleConfigWasmi class

Constructors

ModuleConfigWasmi({WasiStackLimits? stackLimits, int? cachedStacks, bool? mutableGlobal, bool? signExtension, bool? saturatingFloatToInt, bool? tailCall, bool? extendedConst, bool? floats})
const

Properties

cachedStacks int?
The amount of Wasm stacks to keep in cache at most.
final
extendedConst bool?
Is true if the `extended-const` Wasm proposal is enabled.
final
floats bool?
Is true if Wasm instructions on f32 and f64 types are allowed.
final
hashCode int
The hash code for this object.
no setterinherited
mutableGlobal bool?
Is true if the mutable-global Wasm proposal is enabled.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saturatingFloatToInt bool?
Is true if the saturating-float-to-int Wasm proposal is enabled.
final
signExtension bool?
Is true if the sign-extension Wasm proposal is enabled.
final
stackLimits WasiStackLimits?
The limits set on the value stack and call stack.
final
tailCall bool?
Is true if the `tail-call` Wasm proposal is enabled.
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