@functionland/fula-client 0.2.3 → 0.2.5
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/fula_flutter.d.ts +2 -2
- package/fula_flutter.js +4 -4
- package/fula_flutter_bg.wasm +0 -0
- package/fula_flutter_bg.wasm.d.ts +2 -2
- package/package.json +1 -1
package/fula_flutter.d.ts
CHANGED
|
@@ -330,10 +330,10 @@ export interface InitOutput {
|
|
|
330
330
|
readonly wasm_start_callback: () => void;
|
|
331
331
|
readonly workerpool_new: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
332
332
|
readonly workerpool_new_raw: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
333
|
-
readonly __wasm_bindgen_func_elem_1079: (a: number, b: number, c: number) => void;
|
|
334
|
-
readonly __wasm_bindgen_func_elem_1078: (a: number, b: number) => void;
|
|
335
333
|
readonly __wasm_bindgen_func_elem_1738: (a: number, b: number) => void;
|
|
336
334
|
readonly __wasm_bindgen_func_elem_1737: (a: number, b: number) => void;
|
|
335
|
+
readonly __wasm_bindgen_func_elem_1079: (a: number, b: number, c: number) => void;
|
|
336
|
+
readonly __wasm_bindgen_func_elem_1078: (a: number, b: number) => void;
|
|
337
337
|
readonly __wasm_bindgen_func_elem_1811: (a: number, b: number, c: number) => void;
|
|
338
338
|
readonly __wasm_bindgen_func_elem_1810: (a: number, b: number) => void;
|
|
339
339
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
package/fula_flutter.js
CHANGED
|
@@ -246,14 +246,14 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
246
246
|
|
|
247
247
|
let WASM_VECTOR_LEN = 0;
|
|
248
248
|
|
|
249
|
-
function __wasm_bindgen_func_elem_1079(arg0, arg1, arg2) {
|
|
250
|
-
wasm.__wasm_bindgen_func_elem_1079(arg0, arg1, addHeapObject(arg2));
|
|
251
|
-
}
|
|
252
|
-
|
|
253
249
|
function __wasm_bindgen_func_elem_1738(arg0, arg1) {
|
|
254
250
|
wasm.__wasm_bindgen_func_elem_1738(arg0, arg1);
|
|
255
251
|
}
|
|
256
252
|
|
|
253
|
+
function __wasm_bindgen_func_elem_1079(arg0, arg1, arg2) {
|
|
254
|
+
wasm.__wasm_bindgen_func_elem_1079(arg0, arg1, addHeapObject(arg2));
|
|
255
|
+
}
|
|
256
|
+
|
|
257
257
|
function __wasm_bindgen_func_elem_1811(arg0, arg1, arg2) {
|
|
258
258
|
wasm.__wasm_bindgen_func_elem_1811(arg0, arg1, addHeapObject(arg2));
|
|
259
259
|
}
|
package/fula_flutter_bg.wasm
CHANGED
|
Binary file
|
|
@@ -103,10 +103,10 @@ export const receive_transfer_closure: (a: number, b: number, c: number, d: numb
|
|
|
103
103
|
export const wasm_start_callback: () => void;
|
|
104
104
|
export const workerpool_new: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
105
105
|
export const workerpool_new_raw: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
106
|
-
export const __wasm_bindgen_func_elem_1079: (a: number, b: number, c: number) => void;
|
|
107
|
-
export const __wasm_bindgen_func_elem_1078: (a: number, b: number) => void;
|
|
108
106
|
export const __wasm_bindgen_func_elem_1738: (a: number, b: number) => void;
|
|
109
107
|
export const __wasm_bindgen_func_elem_1737: (a: number, b: number) => void;
|
|
108
|
+
export const __wasm_bindgen_func_elem_1079: (a: number, b: number, c: number) => void;
|
|
109
|
+
export const __wasm_bindgen_func_elem_1078: (a: number, b: number) => void;
|
|
110
110
|
export const __wasm_bindgen_func_elem_1811: (a: number, b: number, c: number) => void;
|
|
111
111
|
export const __wasm_bindgen_func_elem_1810: (a: number, b: number) => void;
|
|
112
112
|
export const __wbindgen_export: (a: number, b: number) => number;
|