mimium-web 3.1.1 → 3.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.
- package/mimium_web.js +4 -4
- package/mimium_web_bg.wasm +0 -0
- package/package.json +1 -1
package/mimium_web.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { read_file } from './snippets/mimium-lang-
|
|
1
|
+
import { read_file } from './snippets/mimium-lang-f658bc606f78e87a/src/utils/fileloader.cjs';
|
|
2
2
|
|
|
3
3
|
let wasm;
|
|
4
4
|
|
|
@@ -241,7 +241,7 @@ function __wbg_adapter_21(arg0, arg1, arg2) {
|
|
|
241
241
|
wasm.closure78_externref_shim(arg0, arg1, arg2);
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
-
function
|
|
244
|
+
function __wbg_adapter_71(arg0, arg1, arg2, arg3) {
|
|
245
245
|
wasm.closure95_externref_shim(arg0, arg1, arg2, arg3);
|
|
246
246
|
}
|
|
247
247
|
|
|
@@ -472,7 +472,7 @@ function __wbg_get_imports() {
|
|
|
472
472
|
const a = state0.a;
|
|
473
473
|
state0.a = 0;
|
|
474
474
|
try {
|
|
475
|
-
return
|
|
475
|
+
return __wbg_adapter_71(a, state0.b, arg0, arg1);
|
|
476
476
|
} finally {
|
|
477
477
|
state0.a = a;
|
|
478
478
|
}
|
|
@@ -550,7 +550,7 @@ function __wbg_get_imports() {
|
|
|
550
550
|
const ret = arg0.open();
|
|
551
551
|
return ret;
|
|
552
552
|
};
|
|
553
|
-
imports.wbg.
|
|
553
|
+
imports.wbg.__wbg_readfile_102f0f93b8576db6 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
554
554
|
const ret = read_file(getStringFromWasm0(arg1, arg2));
|
|
555
555
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
556
556
|
const len1 = WASM_VECTOR_LEN;
|
package/mimium_web_bg.wasm
CHANGED
|
Binary file
|