Skip to content

Commit 7d7674a

Browse files
committed
For Cairo lang v2.8.2.
1 parent c1c3f4c commit 7d7674a

File tree

3 files changed

+66
-64
lines changed

3 files changed

+66
-64
lines changed

Cargo.lock

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-cairo"
3-
version = "0.9.4"
3+
version = "0.10.2"
44
authors = ["cryptonerdcn <cryptonerdcn@gmail.com> (https://twitter.com/cryptonerdcn)"]
55
edition = "2018"
66
description = "WASM runtime for Cairo language and Starknet"
@@ -18,10 +18,10 @@ default = ["console_error_panic_hook", "wee_alloc"]
1818
clap = { version = "4.2.5", features = ["derive"] }
1919
serde_json = "1.0.91"
2020
wasm-bindgen = "0.2.87"
21-
cairo-lang-starknet = { package = "cairo-lang-starknet", git = "https://github.com/cryptonerdcn/cairo.git", rev = "43391f82cb6d7486aa030903f05b1eb50138cea3"}
22-
cairo-lang-compiler = { package = "cairo-lang-compiler", git = "https://github.com/cryptonerdcn/cairo.git", rev = "43391f82cb6d7486aa030903f05b1eb50138cea3"}
23-
cairo-lang-runner = { package = "cairo-lang-runner", git = "https://github.com/cryptonerdcn/cairo.git", rev = "43391f82cb6d7486aa030903f05b1eb50138cea3", features = ["alloc"], default-features = false}
24-
cairo-lang-test-runner = { package = "cairo-lang-test-runner", git = "https://github.com/cryptonerdcn/cairo.git", rev = "43391f82cb6d7486aa030903f05b1eb50138cea3", features = ["alloc"], default-features = false}
21+
cairo-lang-starknet = { package = "cairo-lang-starknet", git = "https://github.com/cryptonerdcn/cairo.git", rev = "37b729536426532aee6c0633090e5a1e46a2b197"}
22+
cairo-lang-compiler = { package = "cairo-lang-compiler", git = "https://github.com/cryptonerdcn/cairo.git", rev = "37b729536426532aee6c0633090e5a1e46a2b197"}
23+
cairo-lang-runner = { package = "cairo-lang-runner", git = "https://github.com/cryptonerdcn/cairo.git", rev = "37b729536426532aee6c0633090e5a1e46a2b197", features = ["alloc"], default-features = false}
24+
cairo-lang-test-runner = { package = "cairo-lang-test-runner", git = "https://github.com/cryptonerdcn/cairo.git", rev = "37b729536426532aee6c0633090e5a1e46a2b197", features = ["alloc"], default-features = false}
2525

2626

2727
# The `console_error_panic_hook` crate provides better debugging of panics by

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ No Modules
5050
wasm-pack pack output/no_module
5151
```
5252

53+
Caution: Do not run `wasm-pack publish` after `wasm-pack pack output/no_module`. It will publish the no-modules version.
54+
5355
### 🛠️ Build WASMTIME's WASM-Cairo Toolkit
5456

5557
```

0 commit comments

Comments
 (0)