void Float32Array(List<double> v, [int? at]) { reset(at); WasmMemory.heapF32.setAll(_cur >> 2, v); _cur += v.length * WasmSize.Float32; }