@cipherstash/protect-ffi 0.23.0 → 0.24.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.
Binary file
@@ -0,0 +1,40 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ export const memory: WebAssembly.Memory;
4
+ export const __wbg_wasmclient_free: (a: number, b: number) => void;
5
+ export const decrypt: (a: number, b: any) => any;
6
+ export const decryptBulk: (a: number, b: any) => any;
7
+ export const decryptBulkFallible: (a: number, b: any) => any;
8
+ export const encrypt: (a: number, b: any) => any;
9
+ export const encryptBulk: (a: number, b: any) => any;
10
+ export const encryptQuery: (a: number, b: any) => any;
11
+ export const encryptQueryBulk: (a: number, b: any) => any;
12
+ export const init: () => void;
13
+ export const isEncrypted: (a: any) => number;
14
+ export const newClient: (a: any, b: any) => any;
15
+ export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
16
+ export const intounderlyingsource_cancel: (a: number) => void;
17
+ export const intounderlyingsource_pull: (a: number, b: any) => any;
18
+ export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
19
+ export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
20
+ export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
21
+ export const intounderlyingbytesource_cancel: (a: number) => void;
22
+ export const intounderlyingbytesource_pull: (a: number, b: any) => any;
23
+ export const intounderlyingbytesource_start: (a: number, b: any) => void;
24
+ export const intounderlyingbytesource_type: (a: number) => number;
25
+ export const intounderlyingsink_abort: (a: number, b: any) => any;
26
+ export const intounderlyingsink_close: (a: number) => any;
27
+ export const intounderlyingsink_write: (a: number, b: any) => any;
28
+ export const wasm_bindgen__closure__destroy__h93d2a8448bd8a175: (a: number, b: number) => void;
29
+ export const wasm_bindgen__closure__destroy__h0755c48b7af1b7fb: (a: number, b: number) => void;
30
+ export const wasm_bindgen__convert__closures_____invoke__ha3a1920c81ee10b3: (a: number, b: number, c: any) => [number, number];
31
+ export const wasm_bindgen__convert__closures_____invoke__h6ea7f09dc3c0802a: (a: number, b: number, c: any, d: any) => void;
32
+ export const wasm_bindgen__convert__closures_____invoke__hcdda2fef5e359b18: (a: number, b: number) => void;
33
+ export const __wbindgen_malloc: (a: number, b: number) => number;
34
+ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
35
+ export const __wbindgen_exn_store: (a: number) => void;
36
+ export const __externref_table_alloc: () => number;
37
+ export const __wbindgen_externrefs: WebAssembly.Table;
38
+ export const __wbindgen_free: (a: number, b: number, c: number) => void;
39
+ export const __externref_table_dealloc: (a: number) => void;
40
+ export const __wbindgen_start: () => void;