We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a3c72 commit 74c759bCopy full SHA for 74c759b
.github/workflows/rust.yml
@@ -825,6 +825,8 @@ jobs:
825
steps:
826
- name: Checkout
827
uses: actions/checkout@v3
828
+ - name: Install uv
829
+ uses: astral-sh/setup-uv@v5
830
831
- name: Install wasm-pack dep
832
run: npm install -g wasm-pack
@@ -836,7 +838,7 @@ jobs:
836
838
run: |
837
839
mv cairo2/ examples/wasm-demo-cairo1
840
cd examples/wasm-demo-cairo1
- cairo2/bin/cairo-compile -rs bitwise.cairo bitwise.sierra
841
+ cairo2/bin/cairo-compile -rs ../../cairo_programs/cairo-1-programs/bitwise.cairo ../../cairo_programs/cairo-1-programs/bitwise.sierra
842
wasm-pack build --target=web
843
844
compare-factorial-outputs-all-layouts:
0 commit comments