@alloy-framework/client-wasm 0.13.0 → 0.14.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/package.json +1 -1
- package/alloy_client_wasm.d.ts +0 -174
- package/alloy_client_wasm.js +0 -1215
- package/alloy_client_wasm_bg.wasm +0 -0
- package/alloy_client_wasm_bg.wasm.d.ts +0 -40
|
Binary file
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const __wbg_alloyclient_free: (a: number, b: number) => void;
|
|
5
|
-
export const __wbg_alloysocket_free: (a: number, b: number) => void;
|
|
6
|
-
export const __wbg_alloyutil_free: (a: number, b: number) => void;
|
|
7
|
-
export const alloyclient_decrypt_custom: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
8
|
-
export const alloyclient_delete: (a: number, b: number, c: number, d: number) => number;
|
|
9
|
-
export const alloyclient_encrypt_custom: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
10
|
-
export const alloyclient_get: (a: number, b: number, c: number, d: number) => number;
|
|
11
|
-
export const alloyclient_new: (a: number, b: number, c: number) => void;
|
|
12
|
-
export const alloyclient_patch: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
13
|
-
export const alloyclient_post: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
14
|
-
export const alloyclient_put: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
15
|
-
export const alloyclient_uuid: (a: number, b: number) => void;
|
|
16
|
-
export const alloysocket_connect: (a: number, b: number) => void;
|
|
17
|
-
export const alloysocket_disconnect: (a: number) => void;
|
|
18
|
-
export const alloysocket_is_connected: (a: number) => number;
|
|
19
|
-
export const alloysocket_new: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
20
|
-
export const alloysocket_on: (a: number, b: number, c: number, d: number) => void;
|
|
21
|
-
export const alloysocket_send: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
22
|
-
export const alloysocket_set_auto_reconnect: (a: number, b: number) => void;
|
|
23
|
-
export const alloysocket_set_max_reconnect_attempts: (a: number, b: number) => void;
|
|
24
|
-
export const alloysocket_set_ping_interval: (a: number, b: number) => void;
|
|
25
|
-
export const alloyutil_filter_gt: (a: number, b: number, c: number, d: number) => void;
|
|
26
|
-
export const alloyutil_md5: (a: number, b: number, c: number) => void;
|
|
27
|
-
export const alloyutil_sha256: (a: number, b: number, c: number) => void;
|
|
28
|
-
export const alloyutil_shuffle_i32: (a: number, b: number, c: number) => void;
|
|
29
|
-
export const alloyutil_sort_i32: (a: number, b: number, c: number) => void;
|
|
30
|
-
export const __wasm_bindgen_func_elem_87: (a: number, b: number) => void;
|
|
31
|
-
export const __wasm_bindgen_func_elem_665: (a: number, b: number) => void;
|
|
32
|
-
export const __wasm_bindgen_func_elem_713: (a: number, b: number, c: number, d: number) => void;
|
|
33
|
-
export const __wasm_bindgen_func_elem_88: (a: number, b: number, c: number) => void;
|
|
34
|
-
export const __wasm_bindgen_func_elem_666: (a: number, b: number, c: number) => void;
|
|
35
|
-
export const __wasm_bindgen_func_elem_92: (a: number, b: number) => void;
|
|
36
|
-
export const __wbindgen_export: (a: number, b: number) => number;
|
|
37
|
-
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
38
|
-
export const __wbindgen_export3: (a: number) => void;
|
|
39
|
-
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
40
|
-
export const __wbindgen_export4: (a: number, b: number, c: number) => void;
|