Skip to content

Commit 3f93808

Browse files
committed
Integrate Buffer<T> experiment into Pointer<T>; Remove CArray
1 parent 029dde7 commit 3f93808

File tree

7 files changed

+556
-695
lines changed

7 files changed

+556
-695
lines changed

std/assembly/index.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -457,12 +457,6 @@ declare class Array<T> {
457457
sort(comparator?: (a: T, b: T) => i32): this;
458458
}
459459

460-
/** Class representing a C-like array of values of type `T` with limited capabilities. */
461-
declare class CArray<T> {
462-
[key: number]: T;
463-
private constructor();
464-
}
465-
466460
/** Class representing a sequence of characters. */
467461
declare class String {
468462

tests/compiler/std/buffer.optimized.wat

Lines changed: 0 additions & 247 deletions
This file was deleted.

tests/compiler/std/buffer.ts

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)