strictjs-runtime 2.0.7 → 2.0.10
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/index.js +205 -39
- package/package.json +1 -1
- package/pkg/README.md +0 -20
- package/pkg/package.json +0 -24
- package/pkg/strictjs_runtime.d.ts +0 -498
- package/pkg/strictjs_runtime.js +0 -2761
- package/pkg/strictjs_runtime_bg.wasm +0 -0
- package/pkg/strictjs_runtime_bg.wasm.d.ts +0 -207
|
Binary file
|
|
@@ -1,207 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const __wbg_strictstring_free: (a: number, b: number) => void;
|
|
5
|
-
export const strictstring_new: (a: number, b: number, c: number) => number;
|
|
6
|
-
export const strictstring_newWithEncoding: (a: number, b: number, c: number, d: number) => number;
|
|
7
|
-
export const strictstring_get: (a: number) => [number, number];
|
|
8
|
-
export const strictstring_getBytes: (a: number) => [number, number];
|
|
9
|
-
export const strictstring_getBytes16: (a: number) => [number, number];
|
|
10
|
-
export const strictstring_set: (a: number, b: number, c: number) => [number, number];
|
|
11
|
-
export const strictstring_push: (a: number, b: number, c: number) => [number, number];
|
|
12
|
-
export const strictstring_pushChar: (a: number, b: number) => [number, number];
|
|
13
|
-
export const strictstring_popChar: (a: number) => number;
|
|
14
|
-
export const strictstring_len_chars: (a: number) => number;
|
|
15
|
-
export const strictstring_lenBytes: (a: number) => number;
|
|
16
|
-
export const strictstring_lenBytes16: (a: number) => number;
|
|
17
|
-
export const strictstring_max_chars: (a: number) => number;
|
|
18
|
-
export const strictstring_getEncoding: (a: number) => number;
|
|
19
|
-
export const strictstring_setEncoding: (a: number, b: number) => [number, number];
|
|
20
|
-
export const strictstring_substring: (a: number, b: number, c: number) => [number, number, number];
|
|
21
|
-
export const strictstring_charAt: (a: number, b: number) => [number, number];
|
|
22
|
-
export const strictstring_indexOf: (a: number, b: number, c: number) => number;
|
|
23
|
-
export const strictstring_lastIndexOf: (a: number, b: number, c: number) => number;
|
|
24
|
-
export const strictstring_startsWith: (a: number, b: number, c: number) => number;
|
|
25
|
-
export const strictstring_endsWith: (a: number, b: number, c: number) => number;
|
|
26
|
-
export const strictstring_contains: (a: number, b: number, c: number) => number;
|
|
27
|
-
export const strictstring_replace: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
28
|
-
export const strictstring_toLowerCase: (a: number) => void;
|
|
29
|
-
export const strictstring_toUpperCase: (a: number) => void;
|
|
30
|
-
export const strictstring_trim: (a: number) => void;
|
|
31
|
-
export const strictstring_trimStart: (a: number) => void;
|
|
32
|
-
export const strictstring_trimEnd: (a: number) => void;
|
|
33
|
-
export const strictstring_padStart: (a: number, b: number, c: number, d: number) => [number, number];
|
|
34
|
-
export const strictstring_padEnd: (a: number, b: number, c: number, d: number) => [number, number];
|
|
35
|
-
export const strictstring_split: (a: number, b: number, c: number) => any;
|
|
36
|
-
export const strictstring_map: (a: number, b: any) => [number, number, number];
|
|
37
|
-
export const strictstring_filter: (a: number, b: any) => [number, number, number];
|
|
38
|
-
export const __wbg_strictfunction_free: (a: number, b: number) => void;
|
|
39
|
-
export const __wbg_strictfunctionresult_free: (a: number, b: number) => void;
|
|
40
|
-
export const strictfunctionresult_value: (a: number) => any;
|
|
41
|
-
export const strictfunctionresult_result_type: (a: number) => [number, number];
|
|
42
|
-
export const strictfunctionresult_toNumber: (a: number) => [number, number];
|
|
43
|
-
export const strictfunctionresult_toBoolean: (a: number) => number;
|
|
44
|
-
export const strictfunctionresult_toString: (a: number) => [number, number];
|
|
45
|
-
export const strictfunction_new: (a: any, b: any, c: number) => [number, number, number];
|
|
46
|
-
export const strictfunction_callComplex: (a: number, b: any, c: any) => [number, number, number];
|
|
47
|
-
export const strictfunction_validateArguments: (a: number, b: any) => [number, number];
|
|
48
|
-
export const strictfunction_call: (a: number, b: any) => [number, number, number];
|
|
49
|
-
export const strictfunction_getArgTypes: (a: number) => any;
|
|
50
|
-
export const strictfunction_getReturnType: (a: number) => any;
|
|
51
|
-
export const __wbg_reactivesystem_free: (a: number, b: number) => void;
|
|
52
|
-
export const __wbg_reactivecell_free: (a: number, b: number) => void;
|
|
53
|
-
export const __wbg_computed_free: (a: number, b: number) => void;
|
|
54
|
-
export const reactivesystem_new: () => number;
|
|
55
|
-
export const reactivesystem_defineCell: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
56
|
-
export const reactivesystem_setCell: (a: number, b: number, c: number, d: number) => [number, number];
|
|
57
|
-
export const reactivesystem_getCell: (a: number, b: number, c: number) => [number, number, number];
|
|
58
|
-
export const reactivesystem_defineComputed: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
59
|
-
export const reactivesystem_getComputed: (a: number, b: number, c: number) => [number, number, number];
|
|
60
|
-
export const reactivesystem_getSystemState: (a: number) => any;
|
|
61
|
-
export const __wbg_strictasync_free: (a: number, b: number) => void;
|
|
62
|
-
export const strictasync_new: (a: number) => number;
|
|
63
|
-
export const strictasync_addTask: (a: number, b: any, c: number, d: number, e: number) => void;
|
|
64
|
-
export const strictasync_runTasks: (a: number) => any;
|
|
65
|
-
export const strictasync_getQueueSize: (a: number) => number;
|
|
66
|
-
export const strictasync_getRunningTasks: (a: number) => number;
|
|
67
|
-
export const strictasync_clearQueue: (a: number) => void;
|
|
68
|
-
export const __wbg_strictpromise_free: (a: number, b: number) => void;
|
|
69
|
-
export const strictpromise_new: (a: any, b: number) => [number, number, number];
|
|
70
|
-
export const strictpromise_awaitValue: (a: number) => any;
|
|
71
|
-
export const strictpromise_then: (a: number, b: any) => [number, number, number];
|
|
72
|
-
export const strictpromise_catch: (a: number, b: any) => [number, number, number];
|
|
73
|
-
export const __wbg_stricttimeout_free: (a: number, b: number) => void;
|
|
74
|
-
export const stricttimeout_new: (a: number, b: any, c: number) => number;
|
|
75
|
-
export const stricttimeout_start: (a: number) => any;
|
|
76
|
-
export const strict_fetch: (a: number, b: number, c: number) => any;
|
|
77
|
-
export const __wbg_threadtask_free: (a: number, b: number) => void;
|
|
78
|
-
export const threadtask_new: (a: any, b: any, c: number, d: number) => [number, number, number];
|
|
79
|
-
export const threadtask_id: (a: number) => [number, number];
|
|
80
|
-
export const threadtask_state: (a: number) => number;
|
|
81
|
-
export const threadtask_priority: (a: number) => number;
|
|
82
|
-
export const threadtask_execute: (a: number) => any;
|
|
83
|
-
export const threadtask_to_promise: (a: number) => any;
|
|
84
|
-
export const __wbg_strictnumber_free: (a: number, b: number) => void;
|
|
85
|
-
export const strictnumber_new: (a: number, b: number) => number;
|
|
86
|
-
export const strictnumber_heap: (a: number) => number;
|
|
87
|
-
export const strictnumber_get: (a: number) => number;
|
|
88
|
-
export const strictnumber_set: (a: number, b: number) => void;
|
|
89
|
-
export const strictnumber_add: (a: number, b: number) => void;
|
|
90
|
-
export const strictnumber_sub: (a: number, b: number) => void;
|
|
91
|
-
export const strictnumber_mul: (a: number, b: number) => void;
|
|
92
|
-
export const strictnumber_div: (a: number, b: number) => void;
|
|
93
|
-
export const strictnumber_valueOf: (a: number) => number;
|
|
94
|
-
export const __wbg_schema_free: (a: number, b: number) => void;
|
|
95
|
-
export const schema_new: () => number;
|
|
96
|
-
export const schema_addField: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
97
|
-
export const schema_addNestedField: (a: number, b: number, c: number, d: number) => void;
|
|
98
|
-
export const schema_getFieldType: (a: number, b: number, c: number) => [number, number];
|
|
99
|
-
export const schema_getNestedSchema: (a: number, b: number, c: number) => number;
|
|
100
|
-
export const schema_hasField: (a: number, b: number, c: number) => number;
|
|
101
|
-
export const schema_isNestedField: (a: number, b: number, c: number) => number;
|
|
102
|
-
export const schema_fieldNames: (a: number) => [number, number];
|
|
103
|
-
export const schema_toJS: (a: number) => any;
|
|
104
|
-
export const schema_from_js_object: (a: any) => [number, number, number];
|
|
105
|
-
export const __wbg_strictforloop_free: (a: number, b: number) => void;
|
|
106
|
-
export const strictforloop_new: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
107
|
-
export const strictforloop_hasNext: (a: number) => number;
|
|
108
|
-
export const strictforloop_next: (a: number) => [number, number, number];
|
|
109
|
-
export const strictforloop_getIterationCount: (a: number) => number;
|
|
110
|
-
export const strictforloop_reset: (a: number) => void;
|
|
111
|
-
export const strictforloop_getCurrent: (a: number) => number;
|
|
112
|
-
export const strictforloop_getProgress: (a: number) => number;
|
|
113
|
-
export const strictforloop_getStep: (a: number) => number;
|
|
114
|
-
export const strictforloop_getEnd: (a: number) => number;
|
|
115
|
-
export const strictforloop_getHeapType: (a: number) => number;
|
|
116
|
-
export const __wbg_strictboolean_free: (a: number, b: number) => void;
|
|
117
|
-
export const strictboolean_new: (a: number) => number;
|
|
118
|
-
export const strictboolean_get: (a: number) => number;
|
|
119
|
-
export const strictboolean_set: (a: number, b: number) => void;
|
|
120
|
-
export const strictboolean_toggle: (a: number) => void;
|
|
121
|
-
export const strictboolean_and: (a: number, b: number) => number;
|
|
122
|
-
export const strictboolean_or: (a: number, b: number) => number;
|
|
123
|
-
export const strictboolean_not: (a: number) => number;
|
|
124
|
-
export const strictboolean_toString: (a: number) => [number, number];
|
|
125
|
-
export const __wbg_strictarray_free: (a: number, b: number) => void;
|
|
126
|
-
export const strictarray_new: (a: number, b: number) => number;
|
|
127
|
-
export const strictarray_len: (a: number) => number;
|
|
128
|
-
export const strictarray_heap: (a: number) => number;
|
|
129
|
-
export const strictarray_byte_len: (a: number) => number;
|
|
130
|
-
export const strictarray_as_ptr: (a: number) => number;
|
|
131
|
-
export const strictarray_get: (a: number, b: number) => [number, number, number];
|
|
132
|
-
export const strictarray_set: (a: number, b: number, c: number) => [number, number];
|
|
133
|
-
export const strictarray_map: (a: number, b: any) => [number, number, number];
|
|
134
|
-
export const strictarray_forEach: (a: number, b: any) => [number, number];
|
|
135
|
-
export const strictarray_reduce: (a: number, b: any, c: number) => [number, number, number];
|
|
136
|
-
export const strictarray_setRange: (a: number, b: number, c: number, d: number) => [number, number];
|
|
137
|
-
export const strictarray_getRange: (a: number, b: number, c: number) => [number, number, number, number];
|
|
138
|
-
export const strictarray_fill: (a: number, b: number) => [number, number];
|
|
139
|
-
export const __wbg_threadconfig_free: (a: number, b: number) => void;
|
|
140
|
-
export const __wbg_get_threadconfig_priority: (a: number) => number;
|
|
141
|
-
export const __wbg_set_threadconfig_priority: (a: number, b: number) => void;
|
|
142
|
-
export const __wbg_get_threadconfig_stack_size: (a: number) => number;
|
|
143
|
-
export const __wbg_set_threadconfig_stack_size: (a: number, b: number) => void;
|
|
144
|
-
export const __wbg_get_threadconfig_timeout_ms: (a: number) => number;
|
|
145
|
-
export const __wbg_set_threadconfig_timeout_ms: (a: number, b: number) => void;
|
|
146
|
-
export const __wbg_get_threadconfig_max_retries: (a: number) => number;
|
|
147
|
-
export const __wbg_set_threadconfig_max_retries: (a: number, b: number) => void;
|
|
148
|
-
export const init_thread_manager: (a: any) => [number, number, number];
|
|
149
|
-
export const get_memory: () => any;
|
|
150
|
-
export const strictarray_capacity: (a: number) => number;
|
|
151
|
-
export const strictarray_buffer: (a: number) => number;
|
|
152
|
-
export const __wbg_strictobject_free: (a: number, b: number) => void;
|
|
153
|
-
export const strictobject_new: (a: any) => [number, number, number];
|
|
154
|
-
export const strictobject_setField: (a: number, b: number, c: number, d: any) => [number, number];
|
|
155
|
-
export const strictobject_newWithData: (a: any, b: any) => [number, number, number];
|
|
156
|
-
export const strictobject_getField: (a: number, b: number, c: number) => [number, number, number];
|
|
157
|
-
export const strictobject_getFieldAsString: (a: number, b: number, c: number) => [number, number, number, number];
|
|
158
|
-
export const strictobject_getFieldAsNumber: (a: number, b: number, c: number) => [number, number, number];
|
|
159
|
-
export const strictobject_getFieldAsBoolean: (a: number, b: number, c: number) => [number, number, number];
|
|
160
|
-
export const strictobject_getNestedObject: (a: number, b: number, c: number) => [number, number, number];
|
|
161
|
-
export const strictobject_getSchema: (a: number) => any;
|
|
162
|
-
export const strictobject_toJS: (a: number) => any;
|
|
163
|
-
export const strictobject_fieldNames: (a: number) => [number, number];
|
|
164
|
-
export const strictobject_isNestedField: (a: number, b: number, c: number) => number;
|
|
165
|
-
export const __wbg_strictbigint_free: (a: number, b: number) => void;
|
|
166
|
-
export const strictbigint_new: (a: any, b: number) => [number, number, number];
|
|
167
|
-
export const strictbigint_get: (a: number) => any;
|
|
168
|
-
export const strictbigint_set: (a: number, b: any) => [number, number];
|
|
169
|
-
export const strictbigint_add: (a: number, b: any) => [number, number];
|
|
170
|
-
export const __wbg_strictwhileloop_free: (a: number, b: number) => void;
|
|
171
|
-
export const strictwhileloop_new: (a: any, b: number) => number;
|
|
172
|
-
export const strictwhileloop_shouldContinue: (a: number) => [number, number, number];
|
|
173
|
-
export const strictwhileloop_increment: (a: number) => [number, number, number];
|
|
174
|
-
export const strictwhileloop_getIterationCount: (a: number) => number;
|
|
175
|
-
export const strictwhileloop_reset: (a: number) => void;
|
|
176
|
-
export const strictwhileloop_run: (a: number, b: any) => [number, number, number];
|
|
177
|
-
export const __wbg_threadmanager_free: (a: number, b: number) => void;
|
|
178
|
-
export const threadmanager_new: (a: any) => [number, number, number];
|
|
179
|
-
export const threadmanager_createPool: (a: number, b: number, c: number, d: number) => number;
|
|
180
|
-
export const threadmanager_getPool: (a: number, b: number, c: number) => number;
|
|
181
|
-
export const threadmanager_submitToPool: (a: number, b: number, c: number, d: any, e: any, f: any, g: number) => [number, number, number, number];
|
|
182
|
-
export const threadmanager_executeBatch: (a: number, b: number, c: number, d: number) => any;
|
|
183
|
-
export const threadmanager_parallelMap: (a: number, b: any, c: any, d: any, e: number, f: number) => any;
|
|
184
|
-
export const __wbg_threadpool_free: (a: number, b: number) => void;
|
|
185
|
-
export const threadpool_new: (a: number) => number;
|
|
186
|
-
export const threadpool_submitTask: (a: number, b: number) => [number, number];
|
|
187
|
-
export const threadpool_submitFunction: (a: number, b: any, c: any, d: any, e: number) => [number, number, number, number];
|
|
188
|
-
export const threadpool_executeNext: (a: number) => any;
|
|
189
|
-
export const threadpool_getTaskStatus: (a: number, b: number, c: number) => any;
|
|
190
|
-
export const threadpool_cancelTask: (a: number, b: number, c: number) => number;
|
|
191
|
-
export const threadpool_getCompletedResult: (a: number, b: number, c: number) => any;
|
|
192
|
-
export const threadpool_active_count: (a: number) => number;
|
|
193
|
-
export const threadpool_pending_count: (a: number) => number;
|
|
194
|
-
export const threadpool_completed_count: (a: number) => number;
|
|
195
|
-
export const __wbindgen_exn_store: (a: number) => void;
|
|
196
|
-
export const __externref_table_alloc: () => number;
|
|
197
|
-
export const __wbindgen_export_2: WebAssembly.Table;
|
|
198
|
-
export const __wbindgen_export_3: WebAssembly.Table;
|
|
199
|
-
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
200
|
-
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
201
|
-
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
202
|
-
export const __externref_table_dealloc: (a: number) => void;
|
|
203
|
-
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
204
|
-
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h36f2658aa7b0e9c1: (a: number, b: number) => void;
|
|
205
|
-
export const closure71_externref_shim: (a: number, b: number, c: any) => void;
|
|
206
|
-
export const closure93_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
207
|
-
export const __wbindgen_start: () => void;
|