@loro-dev/flock-wasm 0.1.3 → 0.1.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/README.md +1281 -6
- package/base64/flock_wasm.js +3 -3
- package/base64/index.js +1 -1
- package/base64/wasm.js +1 -1
- package/bundler/flock_wasm_bg.js +3 -3
- package/bundler/flock_wasm_bg.wasm +0 -0
- package/bundler/flock_wasm_bg.wasm.d.ts +1 -1
- package/bundler/index.js +1 -1
- package/nodejs/flock_wasm.js +3 -3
- package/nodejs/flock_wasm_bg.wasm +0 -0
- package/nodejs/flock_wasm_bg.wasm.d.ts +1 -1
- package/nodejs/index.js +1 -1
- package/package.json +1 -1
- package/web/flock_wasm.d.ts +1 -1
- package/web/flock_wasm.js +3 -3
- package/web/flock_wasm_bg.wasm +0 -0
- package/web/flock_wasm_bg.wasm.d.ts +1 -1
- package/web/index.js +1 -1
package/bundler/flock_wasm_bg.js
CHANGED
|
@@ -252,7 +252,7 @@ function passArray8ToWasm0(arg, malloc) {
|
|
|
252
252
|
return ptr;
|
|
253
253
|
}
|
|
254
254
|
function __wbg_adapter_56(arg0, arg1, arg2) {
|
|
255
|
-
wasm.
|
|
255
|
+
wasm.closure43_externref_shim(arg0, arg1, arg2);
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
const RawFlockFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -1008,8 +1008,8 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
1008
1008
|
return ret;
|
|
1009
1009
|
};
|
|
1010
1010
|
|
|
1011
|
-
export function
|
|
1012
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1011
|
+
export function __wbindgen_closure_wrapper303(arg0, arg1, arg2) {
|
|
1012
|
+
const ret = makeMutClosure(arg0, arg1, 44, __wbg_adapter_56);
|
|
1013
1013
|
return ret;
|
|
1014
1014
|
};
|
|
1015
1015
|
|
|
Binary file
|
|
@@ -36,5 +36,5 @@ export const __wbindgen_export_4: WebAssembly.Table;
|
|
|
36
36
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
37
37
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
38
38
|
export const __externref_table_dealloc: (a: number) => void;
|
|
39
|
-
export const
|
|
39
|
+
export const closure43_externref_shim: (a: number, b: number, c: any) => void;
|
|
40
40
|
export const __wbindgen_start: () => void;
|
package/bundler/index.js
CHANGED
package/nodejs/flock_wasm.js
CHANGED
|
@@ -248,7 +248,7 @@ function passArray8ToWasm0(arg, malloc) {
|
|
|
248
248
|
return ptr;
|
|
249
249
|
}
|
|
250
250
|
function __wbg_adapter_56(arg0, arg1, arg2) {
|
|
251
|
-
wasm.
|
|
251
|
+
wasm.closure43_externref_shim(arg0, arg1, arg2);
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
const RawFlockFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -1005,8 +1005,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
1005
1005
|
return ret;
|
|
1006
1006
|
};
|
|
1007
1007
|
|
|
1008
|
-
module.exports.
|
|
1009
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1008
|
+
module.exports.__wbindgen_closure_wrapper303 = function(arg0, arg1, arg2) {
|
|
1009
|
+
const ret = makeMutClosure(arg0, arg1, 44, __wbg_adapter_56);
|
|
1010
1010
|
return ret;
|
|
1011
1011
|
};
|
|
1012
1012
|
|
|
Binary file
|
|
@@ -36,5 +36,5 @@ export const __wbindgen_export_4: WebAssembly.Table;
|
|
|
36
36
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
37
37
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
38
38
|
export const __externref_table_dealloc: (a: number) => void;
|
|
39
|
-
export const
|
|
39
|
+
export const closure43_externref_shim: (a: number, b: number, c: any) => void;
|
|
40
40
|
export const __wbindgen_start: () => void;
|
package/nodejs/index.js
CHANGED
package/package.json
CHANGED
package/web/flock_wasm.d.ts
CHANGED
|
@@ -356,7 +356,7 @@ export interface InitOutput {
|
|
|
356
356
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
357
357
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
358
358
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
359
|
-
readonly
|
|
359
|
+
readonly closure43_externref_shim: (a: number, b: number, c: any) => void;
|
|
360
360
|
readonly __wbindgen_start: () => void;
|
|
361
361
|
}
|
|
362
362
|
|
package/web/flock_wasm.js
CHANGED
|
@@ -244,7 +244,7 @@ function passArray8ToWasm0(arg, malloc) {
|
|
|
244
244
|
return ptr;
|
|
245
245
|
}
|
|
246
246
|
function __wbg_adapter_56(arg0, arg1, arg2) {
|
|
247
|
-
wasm.
|
|
247
|
+
wasm.closure43_externref_shim(arg0, arg1, arg2);
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
const RawFlockFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -993,8 +993,8 @@ function __wbg_get_imports() {
|
|
|
993
993
|
const ret = false;
|
|
994
994
|
return ret;
|
|
995
995
|
};
|
|
996
|
-
imports.wbg.
|
|
997
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
996
|
+
imports.wbg.__wbindgen_closure_wrapper303 = function(arg0, arg1, arg2) {
|
|
997
|
+
const ret = makeMutClosure(arg0, arg1, 44, __wbg_adapter_56);
|
|
998
998
|
return ret;
|
|
999
999
|
};
|
|
1000
1000
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/web/flock_wasm_bg.wasm
CHANGED
|
Binary file
|
|
@@ -36,5 +36,5 @@ export const __wbindgen_export_4: WebAssembly.Table;
|
|
|
36
36
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
37
37
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
38
38
|
export const __externref_table_dealloc: (a: number) => void;
|
|
39
|
-
export const
|
|
39
|
+
export const closure43_externref_shim: (a: number, b: number, c: any) => void;
|
|
40
40
|
export const __wbindgen_start: () => void;
|
package/web/index.js
CHANGED