@quillmark/wasm 0.46.0 → 0.48.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/README.md +1 -2
- package/bundler/wasm.d.ts +135 -132
- package/bundler/wasm.js +5 -1
- package/bundler/wasm_bg.js +537 -607
- package/bundler/wasm_bg.wasm +0 -0
- package/bundler/wasm_bg.wasm.d.ts +4 -4
- package/node-esm/wasm.d.ts +135 -132
- package/node-esm/wasm.js +844 -10
- package/node-esm/wasm_bg.wasm +0 -0
- package/node-esm/wasm_bg.wasm.d.ts +4 -4
- package/package.json +1 -1
- package/node-esm/wasm_bg.js +0 -909
package/node-esm/wasm_bg.wasm
CHANGED
|
Binary file
|
|
@@ -31,9 +31,9 @@ export const lut_interp_linear16: (a: number, b: number, c: number) => number;
|
|
|
31
31
|
export const qcms_enable_iccv4: () => void;
|
|
32
32
|
export const qcms_profile_is_bogus: (a: number) => number;
|
|
33
33
|
export const qcms_transform_release: (a: number) => void;
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
34
|
+
export const __wbindgen_export: (a: number, b: number) => number;
|
|
35
|
+
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
36
|
+
export const __wbindgen_export3: (a: number) => void;
|
|
37
|
+
export const __wbindgen_export4: (a: number, b: number, c: number) => void;
|
|
38
38
|
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
39
39
|
export const __wbindgen_start: () => void;
|