@diaryx/wasm-node 0.11.0-dev.449d9b2 → 0.11.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/diaryx_wasm.d.ts +3 -3
- package/diaryx_wasm.js +6 -6
- package/diaryx_wasm_bg.js +1600 -0
- package/diaryx_wasm_bg.wasm +0 -0
- package/diaryx_wasm_bg.wasm.d.ts +3 -3
- package/package.json +1 -1
package/diaryx_wasm_bg.wasm
CHANGED
|
Binary file
|
package/diaryx_wasm_bg.wasm.d.ts
CHANGED
|
@@ -62,9 +62,9 @@ export const wasmsyncclient_stop: (a: number) => void;
|
|
|
62
62
|
export const wasmsyncclient_subscribeBodies: (a: number, b: number, c: number) => void;
|
|
63
63
|
export const wasmsyncclient_subscribeBody: (a: number, b: number, c: number) => void;
|
|
64
64
|
export const wasmsyncclient_unfocusFiles: (a: number, b: number, c: number) => void;
|
|
65
|
-
export const
|
|
66
|
-
export const
|
|
67
|
-
export const
|
|
65
|
+
export const wasm_bindgen__closure__destroy__hcf0c613855ef990f: (a: number, b: number) => void;
|
|
66
|
+
export const wasm_bindgen__convert__closures_____invoke__h4ffe3e306d53c3fd: (a: number, b: number, c: any, d: any) => void;
|
|
67
|
+
export const wasm_bindgen__convert__closures_____invoke__hf4ed7050e4f49b30: (a: number, b: number, c: any) => void;
|
|
68
68
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
69
69
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
70
70
|
export const __wbindgen_exn_store: (a: number) => void;
|
package/package.json
CHANGED