mimium-web 3.0.0 → 3.0.1

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 CHANGED
@@ -1,4 +1,4 @@
1
- import { read_file } from './snippets/mimium-lang-43114209b42a5c1b/src/utils/fileloader.cjs';
1
+ import { read_file } from './snippets/mimium-lang-be3a35042a403114/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.__wbg_readfile_ac22441a85428bfc = function() { return handleError(function (arg0, arg1, arg2) {
553
+ imports.wbg.__wbg_readfile_24dd9e44b1404fc1 = 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;
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Tomoya Matsuura <me@matsuuratomoya.com>"
6
6
  ],
7
7
  "description": "mimium wasm binding package.",
8
- "version": "3.0.0",
8
+ "version": "3.0.1",
9
9
  "license": "MPL-2.0",
10
10
  "repository": {
11
11
  "type": "git",