WasmWasiFeatures class

Constructors

WasmWasiFeatures({required bool io, required bool filesystem, required bool clocks, required bool random, required bool poll, required bool machineLearning, required bool crypto, required bool threads})
const

Properties

clocks bool
Access to clocks and the system time
final
crypto bool
wasi-crypto
final
filesystem bool
Access to the filesystem
final
hashCode int
The hash code for this object.
no setterinherited
io bool
Access to standard input, output, and error streams
final
machineLearning bool
wasi-nn
final
poll bool
final
random bool
Access to random number generators
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threads bool
WASM threads with ability to spawn https://github.com/WebAssembly/wasi-threads
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