We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa276fc commit 9625aecCopy full SHA for 9625aec
packages/libraw.wasm/src/types/c-api.ts
@@ -99,12 +99,5 @@ export interface LibRawWasmModule {
99
_libraw_get_ricoh_makernotes(lr: LibRawDataT): number;
100
_libraw_get_samsung_makernotes(lr: LibRawDataT): number;
101
_libraw_get_common_metadata(lr: LibRawDataT): number;
102
- HEAP8: Int8Array;
103
- HEAP16: Int16Array;
104
- HEAP32: Int32Array;
105
- HEAPF32: Float32Array;
106
- HEAPF64: Float64Array;
107
HEAPU8: Uint8Array;
108
- HEAPU16: Uint16Array;
109
- HEAPU32: Uint32Array;
110
}
0 commit comments