@mirascript/wasm 0.1.50 → 0.1.51

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/lib/wasm.js CHANGED
@@ -361,7 +361,7 @@ export function main() {
361
361
  function __wbg_get_imports() {
362
362
  const import0 = {
363
363
  __proto__: null,
364
- __wbg___wbindgen_throw_39bc967c0e5a9b58: function(arg0, arg1) {
364
+ __wbg___wbindgen_throw_6ddd609b62940d55: function(arg0, arg1) {
365
365
  throw new Error(getStringFromWasm0(arg0, arg1));
366
366
  },
367
367
  __wbg_error_a6fa202b58aa1cd3: function(arg0, arg1) {
package/lib/wasm_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirascript/wasm",
3
- "version": "0.1.50",
3
+ "version": "0.1.51",
4
4
  "author": "CloudPSS",
5
5
  "license": "MIT",
6
6
  "description": "MiraScript compiler for WebAssembly",
@@ -16,9 +16,9 @@
16
16
  }
17
17
  },
18
18
  "devDependencies": {
19
- "@types/node": "^25.3.1",
19
+ "@types/node": "^25.3.3",
20
20
  "nodemon": "^3.1.14",
21
- "@mirascript/constants": "~0.1.50"
21
+ "@mirascript/constants": "~0.1.51"
22
22
  },
23
23
  "scripts": {
24
24
  "wasm": "wasm-pack build --target web --out-dir ../../packages/wasm/lib --no-pack ../../crates/wasm",