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 +2 -2
- package/mimium_web.d.ts +3 -3
- package/mimium_web.js +9 -9
- package/mimium_web_bg.wasm +0 -0
- package/package.json +2 -2
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
|
|
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
|
|
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
|
|
56
|
-
readonly
|
|
57
|
-
readonly
|
|
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-
|
|
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.
|
|
237
|
+
wasm.closure71_externref_shim(arg0, arg1, arg2);
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
function __wbg_adapter_21(arg0, arg1, arg2) {
|
|
241
|
-
wasm.
|
|
241
|
+
wasm.closure76_externref_shim(arg0, arg1, arg2);
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
function __wbg_adapter_72(arg0, arg1, arg2, arg3) {
|
|
245
|
-
wasm.
|
|
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.
|
|
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.
|
|
603
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
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.
|
|
607
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
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) {
|
package/mimium_web_bg.wasm
CHANGED
|
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
|
|
8
|
+
"version": "2.4.2-alpha",
|
|
9
9
|
"license": "MPL-2.0",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/
|
|
12
|
+
"url": "https://github.com/mimium-org/mimium-rs/"
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
15
|
"mimium_web_bg.wasm",
|