@learncard/core 8.0.4 → 8.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/core.cjs.development.js +79 -55
- package/dist/core.cjs.development.js.map +2 -2
- package/dist/core.cjs.production.min.js +32 -32
- package/dist/core.cjs.production.min.js.map +3 -3
- package/dist/core.esm.js +79 -55
- package/dist/core.esm.js.map +2 -2
- package/dist/didkit/didkit_wasm.d.ts +2 -2
- package/dist/didkit/didkit_wasm.js +298 -356
- package/dist/didkit/didkit_wasm_bg.wasm +0 -0
- package/dist/didkit/didkit_wasm_bg.wasm.d.ts +2 -2
- package/dist/didkit_wasm.d.ts +2 -2
- package/dist/didkit_wasm.js +298 -356
- package/dist/didkit_wasm_bg.wasm +0 -0
- package/dist/didkit_wasm_bg.wasm.d.ts +2 -2
- package/package.json +4 -4
Binary file
|
@@ -34,8 +34,8 @@ export function didkit_error_code(): number;
|
|
34
34
|
export function __wbindgen_malloc(a: number): number;
|
35
35
|
export function __wbindgen_realloc(a: number, b: number, c: number): number;
|
36
36
|
export const __wbindgen_export_2: WebAssembly.Table;
|
37
|
-
export function
|
37
|
+
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h93b9577b462bda3f(a: number, b: number, c: number): void;
|
38
38
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
39
39
|
export function __wbindgen_free(a: number, b: number): void;
|
40
40
|
export function __wbindgen_exn_store(a: number): void;
|
41
|
-
export function
|
41
|
+
export function wasm_bindgen__convert__closures__invoke2_mut__h5199611bd19f62fe(a: number, b: number, c: number, d: number): void;
|
package/dist/didkit_wasm.d.ts
CHANGED
@@ -211,11 +211,11 @@ export interface InitOutput {
|
|
211
211
|
readonly __wbindgen_malloc: (a: number) => number;
|
212
212
|
readonly __wbindgen_realloc: (a: number, b: number, c: number) => number;
|
213
213
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
214
|
-
readonly
|
214
|
+
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h93b9577b462bda3f: (a: number, b: number, c: number) => void;
|
215
215
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
216
216
|
readonly __wbindgen_free: (a: number, b: number) => void;
|
217
217
|
readonly __wbindgen_exn_store: (a: number) => void;
|
218
|
-
readonly
|
218
|
+
readonly wasm_bindgen__convert__closures__invoke2_mut__h5199611bd19f62fe: (a: number, b: number, c: number, d: number) => void;
|
219
219
|
}
|
220
220
|
|
221
221
|
/**
|