void Int32Array(List<int> v, [int? at]) { reset(at); WasmMemory.heapI32.setAll(_cur >> 2, v); _cur += v.length * WasmSize.Int32; }