Skip to content

Commit 47cd8b8

Browse files
committed
fixed example compilation
1 parent 1a62b39 commit 47cd8b8

File tree

12 files changed

+202
-258
lines changed

12 files changed

+202
-258
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ members = [
44
"e2e",
55
"examples",
66
]
7-
exclude = []
7+
exclude = [
8+
"crates/core"
9+
]
810
resolver = "2"
911

1012
[workspace.package]

examples/bin/cairo-deploy.wasm

-459 Bytes
Binary file not shown.

examples/bin/cairo.wasm

-459 Bytes
Binary file not shown.

examples/bin/keccak256-deploy.wasm

266 Bytes
Binary file not shown.

examples/bin/keccak256.wasm

266 Bytes
Binary file not shown.

examples/bin/poseidon-deploy.wasm

266 Bytes
Binary file not shown.

examples/bin/poseidon.wasm

266 Bytes
Binary file not shown.

examples/bin/rwasm-deploy.wasm

-6 Bytes
Binary file not shown.

examples/bin/rwasm.wasm

-6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)