ModuleConfigWasmtime class

Constructors

ModuleConfigWasmtime({bool? debugInfo, bool? wasmBacktrace, bool? nativeUnwindInfo, int? maxWasmStack, bool? wasmThreads, bool? wasmSimd, bool? wasmRelaxedSimd, bool? relaxedSimdDeterministic, bool? wasmMultiMemory, bool? wasmMemory64, int? staticMemoryMaximumSize, bool? staticMemoryForced, int? staticMemoryGuardSize, bool? parallelCompilation, bool? generateAddressMap})
const

Properties

debugInfo bool?
Configures whether DWARF debug information will be emitted during compilation.
final
generateAddressMap bool?
final
hashCode int
The hash code for this object.
no setterinherited
maxWasmStack int?
final
nativeUnwindInfo bool?
final
parallelCompilation bool?
final
relaxedSimdDeterministic bool?
Whether wasm_relaxed_simd should be deterministic. This is false by default.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
staticMemoryForced bool?
final
staticMemoryGuardSize int?
final
staticMemoryMaximumSize int?
final
wasmBacktrace bool?
final
wasmMemory64 bool?
Whether or not to enable the memory64 WebAssembly feature. This is not enabled by default.
final
wasmMultiMemory bool?
Whether or not to enable the multi-memory WebAssembly feature. This is not enabled by default.
final
wasmRelaxedSimd bool?
Whether or not to enable the relaxed-simd WebAssembly feature. This is not enabled by default.
final
wasmSimd bool?
Whether or not to enable the simd WebAssembly feature.
final
wasmThreads bool?
Whether or not to enable the threads WebAssembly feature. This includes atomics and shared memory as well. This is not enabled by default.
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