@dashevo/wasm-dpp2 3.0.1-hotfix.4 → 3.0.1
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/dist/dpp.compressed.js +1 -1
- package/dist/dpp.d.ts +1 -1
- package/dist/dpp.js +1 -1
- package/dist/raw/wasm_dpp2.d.ts +1 -1
- package/dist/raw/wasm_dpp2.js +1 -1
- package/dist/raw/wasm_dpp2.no_url.js +1 -1
- package/dist/raw/wasm_dpp2_bg.wasm +0 -0
- package/dist/raw/wasm_dpp2_bg.wasm.d.ts +1 -1
- package/package.json +1 -1
package/dist/raw/wasm_dpp2.d.ts
CHANGED
|
@@ -3541,7 +3541,7 @@ export interface InitOutput {
|
|
|
3541
3541
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
3542
3542
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
3543
3543
|
readonly __externref_drop_slice: (a: number, b: number) => void;
|
|
3544
|
-
readonly
|
|
3544
|
+
readonly closure1349_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
3545
3545
|
readonly __wbindgen_start: () => void;
|
|
3546
3546
|
}
|
|
3547
3547
|
|
package/dist/raw/wasm_dpp2.js
CHANGED
|
@@ -258,7 +258,7 @@ function passArray32ToWasm0(arg, malloc) {
|
|
|
258
258
|
return ptr;
|
|
259
259
|
}
|
|
260
260
|
function __wbg_adapter_1538(arg0, arg1, arg2, arg3) {
|
|
261
|
-
wasm.
|
|
261
|
+
wasm.closure1349_externref_shim(arg0, arg1, arg2, arg3);
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
/**
|
|
@@ -258,7 +258,7 @@ function passArray32ToWasm0(arg, malloc) {
|
|
|
258
258
|
return ptr;
|
|
259
259
|
}
|
|
260
260
|
function __wbg_adapter_1538(arg0, arg1, arg2, arg3) {
|
|
261
|
-
wasm.
|
|
261
|
+
wasm.closure1349_externref_shim(arg0, arg1, arg2, arg3);
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
/**
|
|
Binary file
|
|
@@ -1533,5 +1533,5 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
|
|
|
1533
1533
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
1534
1534
|
export const __externref_table_dealloc: (a: number) => void;
|
|
1535
1535
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
1536
|
-
export const
|
|
1536
|
+
export const closure1349_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
1537
1537
|
export const __wbindgen_start: () => void;
|