@chonkiejs/chunk 0.9.3 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/pkg/chonkiejs_chunk.d.ts
CHANGED
|
@@ -166,8 +166,8 @@ export interface InitOutput {
|
|
|
166
166
|
readonly split_offsets: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => [number, number];
|
|
167
167
|
readonly __wbindgen_externrefs: WebAssembly.Table;
|
|
168
168
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
169
|
-
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
170
169
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
170
|
+
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
171
171
|
readonly __wbindgen_start: () => void;
|
|
172
172
|
}
|
|
173
173
|
|
|
Binary file
|
|
@@ -16,6 +16,6 @@ export const merge_splits: (a: number, b: number, c: number, d: number) => [numb
|
|
|
16
16
|
export const split_offsets: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => [number, number];
|
|
17
17
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
18
18
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
19
|
-
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
20
19
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
20
|
+
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
21
21
|
export const __wbindgen_start: () => void;
|