@loro-dev/flock-wasm 0.1.0 → 0.1.2

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.
@@ -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.closure38_externref_shim(arg0, arg1, arg2);
247
+ wasm.closure34_externref_shim(arg0, arg1, arg2);
248
248
  }
249
249
 
250
250
  const RawFlockFinalization = (typeof FinalizationRegistry === 'undefined')
@@ -988,8 +988,8 @@ function __wbg_get_imports() {
988
988
  const ret = false;
989
989
  return ret;
990
990
  };
991
- imports.wbg.__wbindgen_closure_wrapper303 = function(arg0, arg1, arg2) {
992
- const ret = makeMutClosure(arg0, arg1, 39, __wbg_adapter_56);
991
+ imports.wbg.__wbindgen_closure_wrapper243 = function(arg0, arg1, arg2) {
992
+ const ret = makeMutClosure(arg0, arg1, 35, __wbg_adapter_56);
993
993
  return ret;
994
994
  };
995
995
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
package/base64/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { RawFlock, callPendingEvents } from "./wasm";
2
- import { EventBatcher } from "./event-batcher";
1
+ import { RawFlock, callPendingEvents } from "./wasm.js";
2
+ import { EventBatcher } from "./event-batcher.js";
3
3
  export function encodeVersionVector(vector) {
4
4
  return encodeVersionVectorBinary(vector);
5
5
  }