WasmRuntimeFeatures class

Constructors

WasmRuntimeFeatures({required String name, required String version, required bool isBrowser, required WasmFeatures supportedFeatures, required WasmFeatures defaultFeatures})
const

Properties

defaultFeatures WasmFeatures
The default features of the runtime. If a feature is supported, but it is not enable by default, then it must be enabled manually, perhaps with ModuleConfig, and it may be experimental.
final
hashCode int
The hash code for this object.
no setterinherited
isBrowser bool
Is true if the runtime is the one provided by the browser.
final
name String
The name of the runtime. For example, "wasmi" or "wasmtime".
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedFeatures WasmFeatures
The features supported by the runtime.
final
version String
The version of the runtime. For example, "0.31.0" or "14.0.4".
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