Skip to content

Commit 9625aec

Browse files
committed
chore: fix module type
1 parent aa276fc commit 9625aec

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/libraw.wasm/src/types/c-api.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,5 @@ export interface LibRawWasmModule {
9999
_libraw_get_ricoh_makernotes(lr: LibRawDataT): number;
100100
_libraw_get_samsung_makernotes(lr: LibRawDataT): number;
101101
_libraw_get_common_metadata(lr: LibRawDataT): number;
102-
HEAP8: Int8Array;
103-
HEAP16: Int16Array;
104-
HEAP32: Int32Array;
105-
HEAPF32: Float32Array;
106-
HEAPF64: Float64Array;
107102
HEAPU8: Uint8Array;
108-
HEAPU16: Uint16Array;
109-
HEAPU32: Uint32Array;
110103
}

0 commit comments

Comments
 (0)