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.
- package/README.md +6 -13
- 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
|
-
|
|
7
|
-
<
|
|
8
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
37
|
-
|
|
38
|
-
### my way:
|
|
31
|
+
### usage screenshot:
|
|
39
32
|
<img src="assets/ss-fullview.png" width="100%">
|
|
40
33
|
<br />
|
|
41
34
|
|