@functionland/fula-client 0.2.7 → 0.2.8
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,12 +330,12 @@ 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;
|
|
333
335
|
readonly __wasm_bindgen_func_elem_1811: (a: number, b: number, c: number) => void;
|
|
334
336
|
readonly __wasm_bindgen_func_elem_1810: (a: number, b: number) => void;
|
|
335
337
|
readonly __wasm_bindgen_func_elem_1738: (a: number, b: number) => void;
|
|
336
338
|
readonly __wasm_bindgen_func_elem_1737: (a: number, b: number) => void;
|
|
337
|
-
readonly __wasm_bindgen_func_elem_1079: (a: number, b: number, c: number) => void;
|
|
338
|
-
readonly __wasm_bindgen_func_elem_1078: (a: number, b: number) => void;
|
|
339
339
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
340
340
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
341
341
|
readonly __wbindgen_export3: (a: number) => void;
|
package/fula_flutter.js
CHANGED
|
@@ -246,6 +246,10 @@ 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
|
+
|
|
249
253
|
function __wasm_bindgen_func_elem_1811(arg0, arg1, arg2) {
|
|
250
254
|
wasm.__wasm_bindgen_func_elem_1811(arg0, arg1, addHeapObject(arg2));
|
|
251
255
|
}
|
|
@@ -254,10 +258,6 @@ function __wasm_bindgen_func_elem_1738(arg0, arg1) {
|
|
|
254
258
|
wasm.__wasm_bindgen_func_elem_1738(arg0, arg1);
|
|
255
259
|
}
|
|
256
260
|
|
|
257
|
-
function __wasm_bindgen_func_elem_1079(arg0, arg1, arg2) {
|
|
258
|
-
wasm.__wasm_bindgen_func_elem_1079(arg0, arg1, addHeapObject(arg2));
|
|
259
|
-
}
|
|
260
|
-
|
|
261
261
|
const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
|
|
262
262
|
|
|
263
263
|
const __wbindgen_enum_RequestCredentials = ["omit", "same-origin", "include"];
|
package/fula_flutter_bg.wasm
CHANGED
|
Binary file
|
|
@@ -103,12 +103,12 @@ 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;
|
|
106
108
|
export const __wasm_bindgen_func_elem_1811: (a: number, b: number, c: number) => void;
|
|
107
109
|
export const __wasm_bindgen_func_elem_1810: (a: number, b: number) => void;
|
|
108
110
|
export const __wasm_bindgen_func_elem_1738: (a: number, b: number) => void;
|
|
109
111
|
export const __wasm_bindgen_func_elem_1737: (a: number, b: number) => void;
|
|
110
|
-
export const __wasm_bindgen_func_elem_1079: (a: number, b: number, c: number) => void;
|
|
111
|
-
export const __wasm_bindgen_func_elem_1078: (a: number, b: number) => void;
|
|
112
112
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
113
113
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
114
114
|
export const __wbindgen_export3: (a: number) => void;
|