dart:wasm library Null safety
Classes
- WasmAnyRef
-
The Wasm
anyreftype. - WasmDataRef
-
The Wasm
datareftype. - WasmEqRef
-
The Wasm
eqreftype. - WasmF32
-
The Wasm
f32type. - WasmF64
-
The Wasm
f64type. -
WasmFloatArray<
T extends _WasmFloat> - A Wasm array with float element type.
- WasmFuncRef
-
The Wasm
funcreftype. -
WasmFunction<
F extends Function> - Wasm typed function reference.
- WasmI16
-
The Wasm
i16storage type. - WasmI32
-
The Wasm
i32type. - WasmI64
-
The Wasm
i64type. - WasmI8
-
The Wasm
i8storage 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.