Skip to content

Commit

Permalink
Revert "Revert "Wasm32 support (#828)" (#891)"
Browse files Browse the repository at this point in the history
This reverts commit 23d941f.
  • Loading branch information
Oppen committed Mar 10, 2023
1 parent ae6c562 commit 8d1368a
Show file tree
Hide file tree
Showing 101 changed files with 4,240 additions and 914 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
uses: taiki-e/install-action@nextest
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Install wasm-bindgen-cli
uses: jetli/wasm-pack-action@v0.4.0
with:
version: "v0.10.3"

- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -62,6 +66,10 @@ jobs:
run: pip install ecdsa fastecdsa sympy cairo-lang
- name: Run tests
run: make -j test
- name: Run tests no_std
run: make -j test-no_std
- name: Run wasm tests
run: make -j test-wasm
- name: Compare trace and memory
run: make -j compare_trace_memory
- name: Compare trace and memory with proof mode
Expand Down
Loading

0 comments on commit 8d1368a

Please sign in to comment.