mimium-web 3.1.1 → 3.2.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/mimium_web.d.ts CHANGED
@@ -54,7 +54,7 @@ export interface InitOutput {
54
54
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
55
55
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
56
56
  readonly __wbindgen_export_6: WebAssembly.Table;
57
- readonly closure64_externref_shim: (a: number, b: number, c: any) => void;
57
+ readonly closure72_externref_shim: (a: number, b: number, c: any) => void;
58
58
  readonly closure78_externref_shim: (a: number, b: number, c: any) => void;
59
59
  readonly closure95_externref_shim: (a: number, b: number, c: any, d: any) => void;
60
60
  readonly __wbindgen_start: () => void;
package/mimium_web.js CHANGED
@@ -1,4 +1,4 @@
1
- import { read_file } from './snippets/mimium-lang-2bd402fd977e26bf/src/utils/fileloader.cjs';
1
+ import { read_file } from './snippets/mimium-lang-acdf782d66cb41e0/src/utils/fileloader.cjs';
2
2
 
3
3
  let wasm;
4
4
 
@@ -234,7 +234,7 @@ function passArrayF32ToWasm0(arg, malloc) {
234
234
  return ptr;
235
235
  }
236
236
  function __wbg_adapter_18(arg0, arg1, arg2) {
237
- wasm.closure64_externref_shim(arg0, arg1, arg2);
237
+ wasm.closure72_externref_shim(arg0, arg1, arg2);
238
238
  }
239
239
 
240
240
  function __wbg_adapter_21(arg0, arg1, arg2) {
@@ -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_78e01120ca048c4f = function() { return handleError(function (arg0, arg1, arg2) {
553
+ imports.wbg.__wbg_readfile_1d383da81336e976 = 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;
@@ -607,11 +607,11 @@ function __wbg_get_imports() {
607
607
  const ret = false;
608
608
  return ret;
609
609
  };
610
- imports.wbg.__wbindgen_closure_wrapper202 = function(arg0, arg1, arg2) {
611
- const ret = makeMutClosure(arg0, arg1, 65, __wbg_adapter_18);
610
+ imports.wbg.__wbindgen_closure_wrapper219 = function(arg0, arg1, arg2) {
611
+ const ret = makeMutClosure(arg0, arg1, 73, __wbg_adapter_18);
612
612
  return ret;
613
613
  };
614
- imports.wbg.__wbindgen_closure_wrapper234 = function(arg0, arg1, arg2) {
614
+ imports.wbg.__wbindgen_closure_wrapper235 = function(arg0, arg1, arg2) {
615
615
  const ret = makeMutClosure(arg0, arg1, 79, __wbg_adapter_21);
616
616
  return ret;
617
617
  };
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.1.1",
8
+ "version": "3.2.0",
9
9
  "license": "MPL-2.0",
10
10
  "repository": {
11
11
  "type": "git",