@devup-ui/wasm 1.0.50 → 1.0.51
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 +1 -1
- package/pkg/index_bg.wasm +0 -0
- package/pkg/index_bg.wasm.d.ts +1 -1
package/package.json
CHANGED
package/pkg/index_bg.wasm
CHANGED
|
Binary file
|
package/pkg/index_bg.wasm.d.ts
CHANGED
|
@@ -25,6 +25,6 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
|
|
|
25
25
|
export const __wbindgen_exn_store: (a: number) => void;
|
|
26
26
|
export const __externref_table_alloc: () => number;
|
|
27
27
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
28
|
-
export const __externref_table_dealloc: (a: number) => void;
|
|
29
28
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
29
|
+
export const __externref_table_dealloc: (a: number) => void;
|
|
30
30
|
export const __wbindgen_start: () => void;
|