WasmInt32Pointer constructor
WasmInt32Pointer(
- int address
Implementation
WasmInt32Pointer(super.address) : super(
byteSize: WasmSize.Int32,
readerFunc: (reader) => reader.Int32(),
writerFunc: (writer, v) => writer.Int32(v),
defaultFunc: () => 0,
);