mimium-web 2.2.4 → 2.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/mimium_web.js +2 -2
- package/mimium_web_bg.wasm +0 -0
- package/package.json +1 -1
package/mimium_web.js
CHANGED
|
@@ -590,11 +590,11 @@ function __wbg_get_imports() {
|
|
|
590
590
|
const ret = false;
|
|
591
591
|
return ret;
|
|
592
592
|
};
|
|
593
|
-
imports.wbg.
|
|
593
|
+
imports.wbg.__wbindgen_closure_wrapper141 = function(arg0, arg1, arg2) {
|
|
594
594
|
const ret = makeMutClosure(arg0, arg1, 40, __wbg_adapter_18);
|
|
595
595
|
return ret;
|
|
596
596
|
};
|
|
597
|
-
imports.wbg.
|
|
597
|
+
imports.wbg.__wbindgen_closure_wrapper200 = function(arg0, arg1, arg2) {
|
|
598
598
|
const ret = makeMutClosure(arg0, arg1, 69, __wbg_adapter_21);
|
|
599
599
|
return ret;
|
|
600
600
|
};
|
package/mimium_web_bg.wasm
CHANGED
|
Binary file
|