bitmask-core 0.6.0-beta.13 → 0.6.0-beta.14
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/bitmask_core_bg.js +2 -2
- package/bitmask_core_bg.wasm +0 -0
- package/package.json +1 -1
package/bitmask_core_bg.js
CHANGED
|
@@ -1387,8 +1387,8 @@ export function __wbindgen_memory() {
|
|
|
1387
1387
|
return addHeapObject(ret);
|
|
1388
1388
|
};
|
|
1389
1389
|
|
|
1390
|
-
export function
|
|
1391
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1390
|
+
export function __wbindgen_closure_wrapper11833(arg0, arg1, arg2) {
|
|
1391
|
+
const ret = makeMutClosure(arg0, arg1, 2834, __wbg_adapter_44);
|
|
1392
1392
|
return addHeapObject(ret);
|
|
1393
1393
|
};
|
|
1394
1394
|
|
package/bitmask_core_bg.wasm
CHANGED
|
Binary file
|