mimium-web 2.2.7 → 2.4.2-alpha

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 CHANGED
@@ -8,7 +8,7 @@ A programming language as an infrastructure for sound and music.
8
8
  <img src = "mimium_logo_slant.svg" width="300" alt="An icon of the mimium. The word “mimium” is written in small caps, white letters at an angle on a gray diamond-shaped background with a gradient. The vertical bars of the letters are evenly spaced, making it look like a pedestrian crossing." />
9
9
  </p>
10
10
 
11
- https://mimium.org (A documentation for v2 is under preparation!)
11
+ https://mimium.org
12
12
 
13
13
  ---
14
14
 
@@ -69,7 +69,7 @@ See [Development](./Development) section.
69
69
 
70
70
  There's no concrete way for contributing to the mimium project for now but any type of contribution (bugfix, code refactoring, documentation, showing the usecases, etc).
71
71
 
72
- (However, because the mimium is still early stage of the development and there's much things to do, the proposal or request for new feature without Pull Request will not be accepted.)
72
+ (However, because the mimium is still early stage of the development and there's much things to do, the proposal or request for new feature without Pull Request may not be accepted.)
73
73
 
74
74
  Take a look at [Code of Conduct](./CODE_OF_CONDUCT) before you make contribution.
75
75
 
package/mimium_web.d.ts CHANGED
@@ -52,9 +52,9 @@ export interface InitOutput {
52
52
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
53
53
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
54
54
  readonly __wbindgen_export_6: WebAssembly.Table;
55
- readonly closure39_externref_shim: (a: number, b: number, c: any) => void;
56
- readonly closure68_externref_shim: (a: number, b: number, c: any) => void;
57
- readonly closure84_externref_shim: (a: number, b: number, c: any, d: any) => void;
55
+ readonly closure71_externref_shim: (a: number, b: number, c: any) => void;
56
+ readonly closure76_externref_shim: (a: number, b: number, c: any) => void;
57
+ readonly closure92_externref_shim: (a: number, b: number, c: any, d: any) => void;
58
58
  readonly __wbindgen_start: () => void;
59
59
  }
60
60
 
package/mimium_web.js CHANGED
@@ -1,4 +1,4 @@
1
- import { read_file } from './snippets/mimium-lang-b2cae6cacee6e30c/src/utils/fileloader.cjs';
1
+ import { read_file } from './snippets/mimium-lang-9f8f53fd92615b3b/src/utils/fileloader.cjs';
2
2
 
3
3
  let wasm;
4
4
 
@@ -234,15 +234,15 @@ function passArrayF32ToWasm0(arg, malloc) {
234
234
  return ptr;
235
235
  }
236
236
  function __wbg_adapter_18(arg0, arg1, arg2) {
237
- wasm.closure39_externref_shim(arg0, arg1, arg2);
237
+ wasm.closure71_externref_shim(arg0, arg1, arg2);
238
238
  }
239
239
 
240
240
  function __wbg_adapter_21(arg0, arg1, arg2) {
241
- wasm.closure68_externref_shim(arg0, arg1, arg2);
241
+ wasm.closure76_externref_shim(arg0, arg1, arg2);
242
242
  }
243
243
 
244
244
  function __wbg_adapter_72(arg0, arg1, arg2, arg3) {
245
- wasm.closure84_externref_shim(arg0, arg1, arg2, arg3);
245
+ wasm.closure92_externref_shim(arg0, arg1, arg2, arg3);
246
246
  }
247
247
 
248
248
  const ConfigFinalization = (typeof FinalizationRegistry === 'undefined')
@@ -542,7 +542,7 @@ function __wbg_get_imports() {
542
542
  const ret = arg0.open();
543
543
  return ret;
544
544
  };
545
- imports.wbg.__wbg_readfile_32c5c0f257db2979 = function() { return handleError(function (arg0, arg1, arg2) {
545
+ imports.wbg.__wbg_readfile_1ef6cb22ab5269df = function() { return handleError(function (arg0, arg1, arg2) {
546
546
  const ret = read_file(getStringFromWasm0(arg1, arg2));
547
547
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
548
548
  const len1 = WASM_VECTOR_LEN;
@@ -599,12 +599,12 @@ function __wbg_get_imports() {
599
599
  const ret = false;
600
600
  return ret;
601
601
  };
602
- imports.wbg.__wbindgen_closure_wrapper137 = function(arg0, arg1, arg2) {
603
- const ret = makeMutClosure(arg0, arg1, 40, __wbg_adapter_18);
602
+ imports.wbg.__wbindgen_closure_wrapper183 = function(arg0, arg1, arg2) {
603
+ const ret = makeMutClosure(arg0, arg1, 72, __wbg_adapter_18);
604
604
  return ret;
605
605
  };
606
- imports.wbg.__wbindgen_closure_wrapper198 = function(arg0, arg1, arg2) {
607
- const ret = makeMutClosure(arg0, arg1, 69, __wbg_adapter_21);
606
+ imports.wbg.__wbindgen_closure_wrapper196 = function(arg0, arg1, arg2) {
607
+ const ret = makeMutClosure(arg0, arg1, 77, __wbg_adapter_21);
608
608
  return ret;
609
609
  };
610
610
  imports.wbg.__wbindgen_copy_to_typed_array = function(arg0, arg1, arg2) {
Binary file
package/package.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "Tomoya Matsuura <me@matsuuratomoya.com>"
6
6
  ],
7
7
  "description": "mimium wasm binding package.",
8
- "version": "2.2.7",
8
+ "version": "2.4.2-alpha",
9
9
  "license": "MPL-2.0",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/tomoyanonymous/mimium-rs/"
12
+ "url": "https://github.com/mimium-org/mimium-rs/"
13
13
  },
14
14
  "files": [
15
15
  "mimium_web_bg.wasm",