@keyhive/keyhive 0.0.0-alpha.4 → 0.0.0-alpha.41
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/README.md +1 -6
- package/package.json +7 -4
- package/pkg/README.md +1 -6
- package/pkg/keyhive_wasm.d.ts +62 -96
- package/pkg/keyhive_wasm_bg.js +665 -813
- package/pkg/keyhive_wasm_bg.wasm +0 -0
- package/pkg/keyhive_wasm_bg.wasm.d.ts +122 -124
- package/pkg/package.json +2 -2
- package/pkg-node/README.md +1 -6
- package/pkg-node/keyhive_wasm.d.ts +62 -96
- package/pkg-node/keyhive_wasm.js +660 -832
- package/pkg-node/keyhive_wasm_bg.wasm +0 -0
- package/pkg-node/keyhive_wasm_bg.wasm.d.ts +122 -124
- package/pkg-node/package.json +2 -2
- package/pkg-slim/README.md +1 -6
- package/pkg-slim/keyhive_wasm.d.ts +184 -220
- package/pkg-slim/keyhive_wasm.js +645 -817
- package/pkg-slim/keyhive_wasm_bg.wasm +0 -0
- package/pkg-slim/keyhive_wasm_bg.wasm.base64.js +1 -1
- package/pkg-slim/keyhive_wasm_bg.wasm.d.ts +122 -124
- package/pkg-slim/package.json +2 -2
|
Binary file
|
|
@@ -1,76 +1,86 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const __wbg_changeref_free: (a: number, b: number) => void;
|
|
5
|
-
export const changeref_new: (a: number, b: number) => number;
|
|
6
|
-
export const changeref_bytes: (a: number) => [number, number];
|
|
7
|
-
export const __wbg_individualid_free: (a: number, b: number) => void;
|
|
8
|
-
export const individualid_bytes: (a: number) => [number, number];
|
|
9
4
|
export const __wbg_archive_free: (a: number, b: number) => void;
|
|
10
5
|
export const archive_try_from_bytes: (a: number, b: number) => [number, number, number];
|
|
11
6
|
export const archive_toBytes: (a: number) => [number, number, number, number];
|
|
12
|
-
export const archive_tryToKeyhive: (a: number, b: number, c: number, d: any) =>
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
15
|
-
export const
|
|
16
|
-
export const
|
|
7
|
+
export const archive_tryToKeyhive: (a: number, b: number, c: number, d: any) => any;
|
|
8
|
+
export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
|
|
9
|
+
export const ciphertextstore_newInMemory: () => number;
|
|
10
|
+
export const ciphertextstore_newFromWebStorage: (a: any) => number;
|
|
11
|
+
export const __wbg_contactcard_free: (a: number, b: number) => void;
|
|
12
|
+
export const contactcard_id: (a: number) => number;
|
|
13
|
+
export const contactcard_shareKey: (a: number) => number;
|
|
14
|
+
export const contactcard_signature: (a: number) => [number, number];
|
|
15
|
+
export const contactcard_toAgent: (a: number) => number;
|
|
16
|
+
export const contactcard_fromJson: (a: number, b: number) => [number, number, number];
|
|
17
|
+
export const contactcard_toJson: (a: number) => [number, number, number, number];
|
|
18
|
+
export const __wbg_encrypted_free: (a: number, b: number) => void;
|
|
19
|
+
export const encrypted_ciphertext: (a: number) => [number, number];
|
|
20
|
+
export const encrypted_nonce: (a: number) => [number, number];
|
|
21
|
+
export const encrypted_pcs_key_hash: (a: number) => [number, number];
|
|
22
|
+
export const encrypted_content_ref: (a: number) => [number, number];
|
|
23
|
+
export const encrypted_pred_refs: (a: number) => [number, number];
|
|
24
|
+
export const __wbg_identifier_free: (a: number, b: number) => void;
|
|
25
|
+
export const identifier_new: (a: number, b: number) => [number, number, number];
|
|
26
|
+
export const identifier_toBytes: (a: number) => [number, number];
|
|
27
|
+
export const __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
|
|
28
|
+
export const __wbg_signed_free: (a: number, b: number) => void;
|
|
29
|
+
export const signed_fromBytes: (a: number, b: number) => [number, number, number];
|
|
30
|
+
export const signed_toBytes: (a: number) => [number, number, number, number];
|
|
31
|
+
export const signed_verify: (a: number) => number;
|
|
32
|
+
export const signed_payload: (a: number) => [number, number];
|
|
33
|
+
export const signed_verifyingKey: (a: number) => [number, number];
|
|
34
|
+
export const signed_signature: (a: number) => [number, number];
|
|
35
|
+
export const encrypted_toBytes: (a: number) => [number, number];
|
|
17
36
|
export const __wbg_document_free: (a: number, b: number) => void;
|
|
18
|
-
export const document_id: (a: number) => number;
|
|
19
37
|
export const document_doc_id: (a: number) => number;
|
|
20
38
|
export const document_toPeer: (a: number) => number;
|
|
21
39
|
export const document_toAgent: (a: number) => number;
|
|
40
|
+
export const document_toMembered: (a: number) => number;
|
|
41
|
+
export const document___wasm_refgen_toDocument: (a: number) => number;
|
|
42
|
+
export const __wbg_event_free: (a: number, b: number) => void;
|
|
43
|
+
export const event_variant: (a: number) => [number, number];
|
|
44
|
+
export const event_isDelegated: (a: number) => number;
|
|
45
|
+
export const event_isRevoked: (a: number) => number;
|
|
46
|
+
export const event_tryIntoSignedDelegation: (a: number) => number;
|
|
47
|
+
export const event_tryIntoSignedRevocation: (a: number) => number;
|
|
48
|
+
export const event_toBytes: (a: number) => [number, number, number, number];
|
|
22
49
|
export const __wbg_group_free: (a: number, b: number) => void;
|
|
23
|
-
export const
|
|
24
|
-
export const group_groupId: (a: number) => number;
|
|
25
|
-
export const group_members: (a: number) => [number, number];
|
|
50
|
+
export const group_members: (a: number) => any;
|
|
26
51
|
export const group_toPeer: (a: number) => number;
|
|
27
52
|
export const group_toAgent: (a: number) => number;
|
|
28
53
|
export const group_toMembered: (a: number) => number;
|
|
29
|
-
export const
|
|
30
|
-
export const
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
33
|
-
export const
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
54
|
+
export const group___wasm_refgen_toGroup: (a: number) => number;
|
|
55
|
+
export const __wbg_individualid_free: (a: number, b: number) => void;
|
|
56
|
+
export const individualid_bytes: (a: number) => [number, number];
|
|
57
|
+
export const document_id: (a: number) => number;
|
|
58
|
+
export const group_id: (a: number) => number;
|
|
59
|
+
export const group_groupId: (a: number) => number;
|
|
60
|
+
export const __wbg_access_free: (a: number, b: number) => void;
|
|
61
|
+
export const access_tryFromString: (a: number, b: number) => number;
|
|
62
|
+
export const access_toString: (a: number) => [number, number];
|
|
37
63
|
export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
38
64
|
export const cgkaoperation_variant: (a: number) => [number, number];
|
|
39
|
-
export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
|
|
40
|
-
export const ciphertextstore_newInMemory: () => number;
|
|
41
|
-
export const ciphertextstore_newFromWebStorage: (a: any) => number;
|
|
42
|
-
export const __wbg_removeciphertexterror_free: (a: number, b: number) => void;
|
|
43
|
-
export const __wbg_getciphertexterror_free: (a: number, b: number) => void;
|
|
44
|
-
export const getciphertexterror_message: (a: number) => [number, number];
|
|
45
|
-
export const __wbg_contactcard_free: (a: number, b: number) => void;
|
|
46
|
-
export const contactcard_id: (a: number) => number;
|
|
47
|
-
export const contactcard_shareKey: (a: number) => number;
|
|
48
|
-
export const contactcard_signature: (a: number) => [number, number];
|
|
49
|
-
export const contactcard_fromJson: (a: number, b: number) => [number, number, number];
|
|
50
|
-
export const contactcard_toJson: (a: number) => [number, number, number, number];
|
|
51
65
|
export const __wbg_doccontentrefs_free: (a: number, b: number) => void;
|
|
52
66
|
export const doccontentrefs_new: (a: number, b: number, c: number) => [number, number, number];
|
|
53
|
-
export const
|
|
67
|
+
export const doccontentrefs_addChangeId: (a: number, b: number) => any;
|
|
54
68
|
export const doccontentrefs_docId: (a: number) => number;
|
|
55
|
-
export const doccontentrefs_change_hashes: (a: number) =>
|
|
69
|
+
export const doccontentrefs_change_hashes: (a: number) => any;
|
|
56
70
|
export const __wbg_documentid_free: (a: number, b: number) => void;
|
|
57
71
|
export const documentid_new: (a: number, b: number) => [number, number, number];
|
|
58
|
-
export const
|
|
72
|
+
export const documentid_toString: (a: number) => [number, number];
|
|
59
73
|
export const documentid_toJsValue: (a: number) => any;
|
|
60
74
|
export const documentid_toBytes: (a: number) => [number, number];
|
|
61
75
|
export const __wbg_groupid_free: (a: number, b: number) => void;
|
|
62
76
|
export const groupid_toString: (a: number) => [number, number];
|
|
63
|
-
export const
|
|
64
|
-
export const
|
|
65
|
-
export const
|
|
66
|
-
export const
|
|
67
|
-
export const
|
|
68
|
-
export const
|
|
69
|
-
export const
|
|
70
|
-
export const individual_individualId: (a: number) => number;
|
|
71
|
-
export const individual_pickPrekey: (a: number, b: number) => number;
|
|
72
|
-
export const __wbg_revokemembererror_free: (a: number, b: number) => void;
|
|
73
|
-
export const revokemembererror_message: (a: number) => [number, number];
|
|
77
|
+
export const __wbg_membered_free: (a: number, b: number) => void;
|
|
78
|
+
export const __wbg_peer_free: (a: number, b: number) => void;
|
|
79
|
+
export const peer_toString: (a: number) => [number, number];
|
|
80
|
+
export const peer_isIndividual: (a: number) => number;
|
|
81
|
+
export const peer_isGroup: (a: number) => number;
|
|
82
|
+
export const peer_isDocument: (a: number) => number;
|
|
83
|
+
export const peer___wasm_refgen_toPeer: (a: number) => number;
|
|
74
84
|
export const __wbg_signer_free: (a: number, b: number) => void;
|
|
75
85
|
export const signer_generate: () => any;
|
|
76
86
|
export const signer_generateMemory: () => number;
|
|
@@ -84,100 +94,90 @@ export const signer_clone: (a: number) => number;
|
|
|
84
94
|
export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
85
95
|
export const __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
|
|
86
96
|
export const generatewebcryptoerror_message: (a: number) => [number, number];
|
|
87
|
-
export const
|
|
88
|
-
export const
|
|
89
|
-
export const
|
|
97
|
+
export const __wbg_stats_free: (a: number, b: number) => void;
|
|
98
|
+
export const stats_individuals: (a: number) => bigint;
|
|
99
|
+
export const stats_groups: (a: number) => bigint;
|
|
100
|
+
export const stats_docs: (a: number) => bigint;
|
|
101
|
+
export const stats_delegations: (a: number) => bigint;
|
|
102
|
+
export const stats_revocations: (a: number) => bigint;
|
|
103
|
+
export const peer_id: (a: number) => number;
|
|
104
|
+
export const __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
|
|
105
|
+
export const encryptedcontentwithupdate_encrypted_content: (a: number) => number;
|
|
106
|
+
export const encryptedcontentwithupdate_update_op: (a: number) => number;
|
|
107
|
+
export const __wbg_membership_free: (a: number, b: number) => void;
|
|
108
|
+
export const membership_who: (a: number) => number;
|
|
109
|
+
export const membership_can: (a: number) => number;
|
|
110
|
+
export const __wbg_individual_free: (a: number, b: number) => void;
|
|
111
|
+
export const individual_toPeer: (a: number) => number;
|
|
112
|
+
export const individual_toAgent: (a: number) => number;
|
|
113
|
+
export const individual_id: (a: number) => number;
|
|
114
|
+
export const individual_pickPrekey: (a: number, b: number) => any;
|
|
115
|
+
export const individual_individualId: (a: number) => number;
|
|
116
|
+
export const __wbg_agent_free: (a: number, b: number) => void;
|
|
117
|
+
export const agent_toString: (a: number) => [number, number];
|
|
118
|
+
export const agent_isIndividual: (a: number) => number;
|
|
119
|
+
export const agent_isGroup: (a: number) => number;
|
|
120
|
+
export const agent_isDocument: (a: number) => number;
|
|
121
|
+
export const agent_id: (a: number) => number;
|
|
90
122
|
export const __wbg_keyhive_free: (a: number, b: number) => void;
|
|
91
123
|
export const keyhive_init: (a: number, b: number, c: any) => any;
|
|
92
124
|
export const keyhive_id: (a: number) => number;
|
|
125
|
+
export const keyhive_individual: (a: number) => any;
|
|
93
126
|
export const keyhive_idString: (a: number) => [number, number];
|
|
94
127
|
export const keyhive_generateGroup: (a: number, b: number, c: number) => any;
|
|
95
128
|
export const keyhive_generateDocument: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
96
129
|
export const keyhive_trySign: (a: number, b: number, c: number) => any;
|
|
97
130
|
export const keyhive_tryEncrypt: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
|
|
98
131
|
export const keyhive_tryEncryptArchive: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
|
|
99
|
-
export const keyhive_tryDecrypt: (a: number, b: number, c: number) =>
|
|
132
|
+
export const keyhive_tryDecrypt: (a: number, b: number, c: number) => any;
|
|
100
133
|
export const keyhive_addMember: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
101
134
|
export const keyhive_revokeMember: (a: number, b: number, c: number, d: number) => any;
|
|
102
|
-
export const keyhive_reachableDocs: (a: number) =>
|
|
135
|
+
export const keyhive_reachableDocs: (a: number) => any;
|
|
103
136
|
export const keyhive_forcePcsUpdate: (a: number, b: number) => any;
|
|
104
137
|
export const keyhive_rotatePrekey: (a: number, b: number) => any;
|
|
105
138
|
export const keyhive_expandPrekeys: (a: number) => any;
|
|
106
139
|
export const keyhive_contactCard: (a: number) => any;
|
|
107
|
-
export const keyhive_receiveContactCard: (a: number, b: number) =>
|
|
108
|
-
export const keyhive_getAgent: (a: number, b: number) =>
|
|
109
|
-
export const keyhive_getGroup: (a: number, b: number) =>
|
|
110
|
-
export const
|
|
111
|
-
export const
|
|
112
|
-
export const
|
|
113
|
-
export const
|
|
140
|
+
export const keyhive_receiveContactCard: (a: number, b: number) => any;
|
|
141
|
+
export const keyhive_getAgent: (a: number, b: number) => any;
|
|
142
|
+
export const keyhive_getGroup: (a: number, b: number) => any;
|
|
143
|
+
export const keyhive_getDocument: (a: number, b: number) => any;
|
|
144
|
+
export const keyhive_docMemberCapabilities: (a: number, b: number) => any;
|
|
145
|
+
export const keyhive_accessForDoc: (a: number, b: number, c: number) => any;
|
|
146
|
+
export const keyhive_intoArchive: (a: number) => any;
|
|
147
|
+
export const keyhive_toArchive: (a: number) => any;
|
|
114
148
|
export const keyhive_ingestArchive: (a: number, b: number) => any;
|
|
115
|
-
export const
|
|
116
|
-
export const
|
|
117
|
-
export const
|
|
118
|
-
export const
|
|
149
|
+
export const keyhive_ingestEventsBytes: (a: number, b: any) => any;
|
|
150
|
+
export const keyhive_stats: (a: number) => any;
|
|
151
|
+
export const __wbg_sharekey_free: (a: number, b: number) => void;
|
|
152
|
+
export const setPanicHook: () => void;
|
|
119
153
|
export const keyhive_whoami: (a: number) => number;
|
|
120
|
-
export const __wbg_access_free: (a: number, b: number) => void;
|
|
121
|
-
export const access_tryFromString: (a: number, b: number) => number;
|
|
122
|
-
export const access_toString: (a: number) => [number, number];
|
|
123
|
-
export const __wbg_agent_free: (a: number, b: number) => void;
|
|
124
|
-
export const agent_toString: (a: number) => [number, number];
|
|
125
|
-
export const agent_isIndividual: (a: number) => number;
|
|
126
|
-
export const agent_isGroup: (a: number) => number;
|
|
127
|
-
export const agent_isDocument: (a: number) => number;
|
|
128
|
-
export const agent_id: (a: number) => number;
|
|
129
|
-
export const __wbg_capability_free: (a: number, b: number) => void;
|
|
130
|
-
export const capability_who: (a: number) => number;
|
|
131
|
-
export const capability_can: (a: number) => number;
|
|
132
|
-
export const capability_proof: (a: number) => number;
|
|
133
|
-
export const __wbg_simplecapability_free: (a: number, b: number) => void;
|
|
134
|
-
export const simplecapability_who: (a: number) => number;
|
|
135
|
-
export const simplecapability_can: (a: number) => number;
|
|
136
|
-
export const __wbg_delegation_free: (a: number, b: number) => void;
|
|
137
|
-
export const delegation_delegate: (a: number) => number;
|
|
138
|
-
export const delegation_can: (a: number) => number;
|
|
139
|
-
export const delegation_proof: (a: number) => number;
|
|
140
|
-
export const delegation_after: (a: number) => number;
|
|
141
|
-
export const __wbg_delegationerror_free: (a: number, b: number) => void;
|
|
142
|
-
export const __wbg_encrypted_free: (a: number, b: number) => void;
|
|
143
|
-
export const encrypted_ciphertext: (a: number) => [number, number];
|
|
144
|
-
export const encrypted_nonce: (a: number) => [number, number];
|
|
145
|
-
export const encrypted_pcs_key_hash: (a: number) => [number, number];
|
|
146
|
-
export const encrypted_content_ref: (a: number) => [number, number];
|
|
147
|
-
export const encrypted_pred_refs: (a: number) => [number, number];
|
|
148
|
-
export const __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
|
|
149
|
-
export const encryptedcontentwithupdate_encrypted_content: (a: number) => number;
|
|
150
|
-
export const encryptedcontentwithupdate_update_op: (a: number) => number;
|
|
151
|
-
export const __wbg_event_free: (a: number, b: number) => void;
|
|
152
|
-
export const event_variant: (a: number) => [number, number];
|
|
153
|
-
export const event_isDelegated: (a: number) => number;
|
|
154
|
-
export const event_isRevoked: (a: number) => number;
|
|
155
|
-
export const event_tryIntoSignedDelegation: (a: number) => number;
|
|
156
|
-
export const event_tryIntoSignedRevocation: (a: number) => number;
|
|
157
|
-
export const __wbg_generatedocerror_free: (a: number, b: number) => void;
|
|
158
|
-
export const generatedocerror_message: (a: number) => [number, number];
|
|
159
154
|
export const __wbg_history_free: (a: number, b: number) => void;
|
|
160
155
|
export const history_delegations: (a: number) => [number, number];
|
|
161
156
|
export const history_revocations: (a: number) => [number, number];
|
|
162
157
|
export const history_contentRefs: (a: number) => [number, number];
|
|
163
|
-
export const
|
|
164
|
-
export const
|
|
165
|
-
export const
|
|
166
|
-
export const
|
|
167
|
-
export const
|
|
158
|
+
export const __wbg_summary_free: (a: number, b: number) => void;
|
|
159
|
+
export const summary_doc: (a: number) => number;
|
|
160
|
+
export const summary_access: (a: number) => number;
|
|
161
|
+
export const __wbg_changeid_free: (a: number, b: number) => void;
|
|
162
|
+
export const changeid_new: (a: number, b: number) => number;
|
|
163
|
+
export const changeid_bytes: (a: number) => [number, number];
|
|
164
|
+
export const changeid___wasm_refgen_toChangeId: (a: number) => number;
|
|
165
|
+
export const __wbg_invocation_free: (a: number, b: number) => void;
|
|
168
166
|
export const __wbg_revocation_free: (a: number, b: number) => void;
|
|
169
167
|
export const revocation_subject_id: (a: number) => number;
|
|
170
168
|
export const revocation_revoked: (a: number) => number;
|
|
171
169
|
export const revocation_proof: (a: number) => number;
|
|
172
170
|
export const revocation_after: (a: number) => number;
|
|
173
|
-
export const
|
|
174
|
-
export const
|
|
175
|
-
export const
|
|
176
|
-
export const
|
|
177
|
-
export const
|
|
178
|
-
export const
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
171
|
+
export const __wbg_signedinvocation_free: (a: number, b: number) => void;
|
|
172
|
+
export const __wbg_capability_free: (a: number, b: number) => void;
|
|
173
|
+
export const capability_who: (a: number) => number;
|
|
174
|
+
export const capability_can: (a: number) => number;
|
|
175
|
+
export const capability_proof: (a: number) => number;
|
|
176
|
+
export const __wbg_delegation_free: (a: number, b: number) => void;
|
|
177
|
+
export const delegation_delegate: (a: number) => number;
|
|
178
|
+
export const delegation_can: (a: number) => number;
|
|
179
|
+
export const delegation_proof: (a: number) => number;
|
|
180
|
+
export const delegation_after: (a: number) => number;
|
|
181
181
|
export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
|
|
182
182
|
export const signedcgkaoperation_verify: (a: number) => number;
|
|
183
183
|
export const signedcgkaoperation_delegation: (a: number) => number;
|
|
@@ -193,17 +193,15 @@ export const signedrevocation_verify: (a: number) => number;
|
|
|
193
193
|
export const signedrevocation_delegation: (a: number) => number;
|
|
194
194
|
export const signedrevocation_verifyingKey: (a: number) => [number, number];
|
|
195
195
|
export const signedrevocation_signature: (a: number) => [number, number];
|
|
196
|
-
export const
|
|
197
|
-
export const
|
|
196
|
+
export const wasm_bindgen__convert__closures_____invoke__h06e685b12973e965: (a: number, b: number, c: any) => void;
|
|
197
|
+
export const wasm_bindgen__closure__destroy__heb938d8490fb5a71: (a: number, b: number) => void;
|
|
198
|
+
export const wasm_bindgen__convert__closures_____invoke__h4666a87517ff844e: (a: number, b: number, c: any, d: any) => void;
|
|
199
|
+
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
200
|
+
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
198
201
|
export const __wbindgen_exn_store: (a: number) => void;
|
|
199
202
|
export const __externref_table_alloc: () => number;
|
|
200
|
-
export const
|
|
203
|
+
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
201
204
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
202
|
-
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
203
|
-
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
204
|
-
export const __wbindgen_export_6: WebAssembly.Table;
|
|
205
205
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
206
206
|
export const __externref_table_dealloc: (a: number) => void;
|
|
207
|
-
export const closure423_externref_shim: (a: number, b: number, c: any) => void;
|
|
208
|
-
export const closure571_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
209
207
|
export const __wbindgen_start: () => void;
|
package/pkg-node/package.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"name": "keyhive_wasm",
|
|
3
3
|
"collaborators": [
|
|
4
4
|
"Alex Good <alex@memoryandthought.me>",
|
|
5
|
-
"John Mumm",
|
|
5
|
+
"John Mumm <jtfmumm@gmail.com>",
|
|
6
6
|
"Brooklyn Zelenka <hello@brooklynzelenka.com>"
|
|
7
7
|
],
|
|
8
8
|
"description": "WebAssembly wrappers for beehive_core",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.2.0-alpha.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
package/pkg-slim/README.md
CHANGED
|
@@ -3,12 +3,7 @@
|
|
|
3
3
|
## Build package
|
|
4
4
|
|
|
5
5
|
```
|
|
6
|
-
|
|
7
|
-
```
|
|
8
|
-
|
|
9
|
-
To build with the `ingest_static` feature:
|
|
10
|
-
```
|
|
11
|
-
wasm-pack build --target web --out-dir pkg -- --features web-sys,ingest_static
|
|
6
|
+
pnpm install && pnpm build
|
|
12
7
|
```
|
|
13
8
|
|
|
14
9
|
## Run tests
|