@onda-lang/wasm-compiler 0.8.1 → 0.8.2

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/dist/build.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
- "ondaVersion": "0.8.1",
2
+ "ondaVersion": "0.8.2",
3
3
  "binaryenVersion": "130.0.0",
4
4
  "frontendPackage": "onda_compiler_web",
5
5
  "frontendOptimization": {
6
6
  "tool": "wasm-opt",
7
7
  "binaryenVersion": "130.0.0",
8
8
  "optimizeLevel": 4,
9
- "inputBytes": 9579231,
10
- "outputBytes": 7093106
9
+ "inputBytes": 9582841,
10
+ "outputBytes": 7092689
11
11
  }
12
12
  }
@@ -5,7 +5,7 @@
5
5
  "Francesco Cameli"
6
6
  ],
7
7
  "description": "Browser-safe Onda source-to-MIR compiler",
8
- "version": "0.8.1",
8
+ "version": "0.8.2",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
@@ -675,7 +675,7 @@ SOFTWARE.
675
675
  MIT License (MIT)
676
676
 
677
677
  Used by:
678
- - onda_compiler_web 0.8.1 (https://github.com/onda-lang/onda)
678
+ - onda_compiler_web 0.8.2 (https://github.com/onda-lang/onda)
679
679
 
680
680
  MIT License
681
681
 
@@ -704,12 +704,12 @@ SOFTWARE.
704
704
  MIT License (MIT)
705
705
 
706
706
  Used by:
707
- - onda_frontend 0.8.1
708
- - onda_host_protocol 0.8.1
709
- - onda_lsp 0.8.1
710
- - onda_mir 0.8.1
711
- - onda_project 0.8.1
712
- - onda_semantics 0.8.1
707
+ - onda_frontend 0.8.2
708
+ - onda_host_protocol 0.8.2
709
+ - onda_lsp 0.8.2
710
+ - onda_mir 0.8.2
711
+ - onda_project 0.8.2
712
+ - onda_semantics 0.8.2
713
713
 
714
714
  MIT License
715
715
 
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const ONDA_VERSION = "0.8.1";
1
+ export const ONDA_VERSION = "0.8.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onda-lang/wasm-compiler",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "type": "module",
5
5
  "description": "Onda source-to-WebAssembly compiler for browsers and Node.js",
6
6
  "license": "MIT",
@@ -60,7 +60,7 @@
60
60
  "prepack": "npm run build && node ../../scripts/stage-web-api-docs.mjs"
61
61
  },
62
62
  "dependencies": {
63
- "@onda-lang/processor-abi": "0.8.1",
63
+ "@onda-lang/processor-abi": "0.8.2",
64
64
  "binaryen": "130.0.0"
65
65
  },
66
66
  "publishConfig": {