@anastasia-labs/cardano-multiplatform-lib-browser 5.3.1 → 6.0.0-10
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/LICENSE +1 -1
- package/README.md +4 -4
- package/cardano_multiplatform_lib.d.ts +2620 -714
- package/cardano_multiplatform_lib.js +1 -0
- package/cardano_multiplatform_lib_bg.js +10516 -5414
- package/cardano_multiplatform_lib_bg.wasm +0 -0
- package/package.json +3 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -6,9 +6,9 @@ This is a library, written in Rust, that can be deployed to multiple platforms (
|
|
|
6
6
|
|
|
7
7
|
##### NPM packages
|
|
8
8
|
|
|
9
|
-
- browser: [link](https://www.npmjs.com/package/@
|
|
10
|
-
- nodejs: [link](https://www.npmjs.com/package/@
|
|
11
|
-
- asm.js (strongly discouraged): [link](https://www.npmjs.com/package/@
|
|
9
|
+
- browser: [link](https://www.npmjs.com/package/@anastasia-labs/cardano-multiplatform-lib-browser)
|
|
10
|
+
- nodejs: [link](https://www.npmjs.com/package/@anastasia-labs/cardano-multiplatform-lib-nodejs)
|
|
11
|
+
- asm.js (strongly discouraged): [link](https://www.npmjs.com/package/@anastasia-labs/cardano-multiplatform-lib-asmjs)
|
|
12
12
|
|
|
13
13
|
##### Rust crates
|
|
14
14
|
|
|
@@ -20,5 +20,5 @@ We recommend using Ionic + Capacitor or an equivalent setup to have the WASM bin
|
|
|
20
20
|
|
|
21
21
|
## Documentation
|
|
22
22
|
|
|
23
|
-
https://
|
|
23
|
+
https://anastasia-labs.github.io/cardano-multiplatform-lib/
|
|
24
24
|
|