wat4wasm 1.0.3 → 1.0.4

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 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,12 +2,10 @@
2
2
 
3
3
  <p align="center">
4
4
  <br />
5
- <strong><code>wat4wasm</code></strong>
6
- <br />
7
- <br />
8
- sweet <em><strong>WebAssembly</strong></em> sugars
9
- <br />
10
- Designed to make you faster, smarter and aesthetically pleasing WebAssembly coder.
5
+ <strong><code>wat4wasm</code></strong><br />
6
+ is a pre-compiler for
7
+ <strong><code>wat</code></strong> files which
8
+ <em><strong>WebAssembly</strong></em> uses<br /> and designed to make you faster, smarter and aesthetically pleasing WebAssembly coder.
11
9
  </p>
12
10
 
13
11
  <p align="center">
@@ -15,10 +13,7 @@
15
13
  <img src="https://img.shields.io/badge/node-14.0.0-green.svg" alt="Node.js Version">
16
14
  </p>
17
15
 
18
- ## BAŞLIK
19
- İçerik
20
-
21
- ## Why wat4wasm?
16
+ ## Purpose of wat4wasm
22
17
 
23
18
  Writing WebAssembly Text (WAT) often feels like stepping back in time. While the performance is futuristic, the developer experience is archaic. You manually manage indices, define every single import, and struggle with basic tasks like string handling or asynchronous flows.
24
19
 
@@ -33,9 +28,7 @@ It is a pre-compiler that treats WebAssembly as a first-class citizen of the Jav
33
28
 
34
29
  It's not just a compiler; it's the bridge that makes WebAssembly fun to write.
35
30
  <br />
36
- <br />
37
-
38
- ### my way:
31
+ ### usage screenshot:
39
32
  <img src="assets/ss-fullview.png" width="100%">
40
33
  <br />
41
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wat4wasm",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/central-network/wat4wasm#readme",
6
6
  "bugs": {