dart:wasm library Null safety

Classes

WasmAnyRef
The Wasm anyref type.
WasmDataRef
The Wasm dataref type.
WasmEqRef
The Wasm eqref type.
WasmF32
The Wasm f32 type.
WasmF64
The Wasm f64 type.
WasmFloatArray<T extends _WasmFloat>
A Wasm array with float element type.
WasmFuncRef
The Wasm funcref type.
WasmFunction<F extends Function>
Wasm typed function reference.
WasmI16
The Wasm i16 storage type.
WasmI32
The Wasm i32 type.
WasmI64
The Wasm i64 type.
WasmI8
The Wasm i8 storage type.
WasmIntArray<T extends _WasmInt>
A Wasm array with integer element type.
WasmObjectArray<T extends Object?>
A Wasm array with reference element type, containing Dart objects.
WasmTable<T>
A Wasm table.

Extensions

DoubleToWasmFloat
IntToWasmInt