mimium-web 3.0.1 → 3.1.0
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 +1 -0
- package/mimium_web.js +2 -2
- package/mimium_web_bg.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -118,6 +118,7 @@ This list contains the contributers from v1 development, documentation and finan
|
|
|
118
118
|
#### Source Code Contributions
|
|
119
119
|
|
|
120
120
|
- [Hiroaki Yutani](https://github.com/yutannihilation)
|
|
121
|
+
- [karnpapon](https://github.com/karnpapon)
|
|
121
122
|
- [Shinichi Tanaka(t-sin)](https://github.com/t-sin)
|
|
122
123
|
- [kyo](https://github.com/syougikakugenn)
|
|
123
124
|
- [Inqb8tr-jp](https://github.com/Inqb8tr-jp)
|
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-faf35090c08ff3ef/src/utils/fileloader.cjs';
|
|
2
2
|
|
|
3
3
|
let wasm;
|
|
4
4
|
|
|
@@ -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_41ffcb1a6bf8f4a4 = 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
|