warpo 2.2.1 → 2.2.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # WARPO
2
2
 
3
+ [![publish](https://github.com/wasm-ecosystem/warpo/actions/workflows/publish.yml/badge.svg)](https://github.com/wasm-ecosystem/warpo/actions/workflows/publish.yml)
4
+ [![gh-pages](https://github.com/wasm-ecosystem/warpo/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/wasm-ecosystem/warpo/actions/workflows/gh-pages.yml)
5
+ [![check](https://github.com/wasm-ecosystem/warpo/actions/workflows/check.yml/badge.svg?branch=main)](https://github.com/wasm-ecosystem/warpo/actions/workflows/check.yml)
6
+
7
+ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/wasm-ecosystem/warpo)
8
+
3
9
  next generation assemblyscript compiler
4
10
 
5
11
  Seamlessly migrate from TypeScript to developing WebAssembly modules!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warpo",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "next generation AssemblyScript compiler with optimizations",
5
5
  "type": "module",
6
6
  "bin": {