Skip to content

Commit c1c3f4c

Browse files
committed
Update: Readme.
1 parent 02b0b99 commit c1c3f4c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-cairo"
3-
version = "0.9.2"
3+
version = "0.9.4"
44
authors = ["cryptonerdcn <cryptonerdcn@gmail.com> (https://twitter.com/cryptonerdcn)"]
55
edition = "2018"
66
description = "WASM runtime for Cairo language and Starknet"

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ WASM runtime for Cairo language and Starknet
1616

1717
## 🚴 Usage
1818

19+
How to use:
20+
1. You can download the precompiled wasm file from [here](https://github.com/cryptonerdcn/wasm-cairo/releases).
21+
2. If you want to use WASM-Cairo in your Web App, you can also use npm package [wasm-cairo](https://www.npmjs.com/package/wasm-cairo).
22+
23+
If you prefer to build it yourself, you can follow the steps below.
1924

2025
### 🛠️ Build WASM-bindgen's WASM-Cairo Toolkit
2126
With Modules
@@ -84,7 +89,7 @@ Compile Contract
8489
* [`wee_alloc`](https://github.com/rustwasm/wee_alloc), an allocator optimized
8590
for small code size.
8691
* [`Cairo`](https://github.com/starkware-libs/cairo) for Cairo-lang support.
87-
* `LICENSE-APACHE` and `LICENSE-MIT`: most Rust projects are licensed this way, so these are included for you
92+
* `LICENSE-APACHE`.
8893

8994
## License
9095

0 commit comments

Comments
 (0)