beam-wasm-client 7.4.13780 → 7.4.13785
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 +2 -2
- package/package.json +1 -1
- package/wasm-client.js +1 -1
- package/wasm-client.wasm +0 -0
package/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# Overview
|
2
2
|
|
3
|
-
WASM wallet client is a thin wrapper around Beam client library build into WASM using Emscripten toolchain. This wrapper allows to run BEAM wallet inside any browser supporting WebAssembly and it provides the regular [BEAM wallet API](Beam-wallet-protocol-API) to
|
3
|
+
WASM wallet client is a thin wrapper around Beam client library build into WASM using Emscripten toolchain. This wrapper allows to run BEAM wallet inside any browser supporting WebAssembly and it provides the regular [BEAM wallet API](Beam-wallet-protocol-API) to communicate with it from external(javascript) code.
|
4
4
|
|
5
|
-
Please, look at [documentation](https://github.com/BeamMW/beam/wiki/WASM-wallet-client) to start use it
|
5
|
+
Please, look at [documentation](https://github.com/BeamMW/beam/wiki/WASM-wallet-client) to start use it
|