@validators-dao/solana-entry-decoder 1.0.1 → 1.0.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/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,7 +35,9 @@ TypeScript alone cannot decode Solana shreds effectively. Therefore, Rust is uti
|
|
|
35
35
|
|
|
36
36
|
## Leveraging NAPI instead of WASM
|
|
37
37
|
|
|
38
|
-
This utility leverages **NAPI (Node
|
|
38
|
+
This utility leverages **NAPI (Node-API)** instead of WebAssembly (WASM) to decode Solana shred entry data, providing significant practical advantages.
|
|
39
|
+
|
|
40
|
+
Node-API - Node.js: https://nodejs.org/api/n-api.html#node-api
|
|
39
41
|
|
|
40
42
|
### Benefits of Using NAPI:
|
|
41
43
|
|