Skip to content

Commit

Permalink
Revert "Wasm32 support (#828)"
Browse files Browse the repository at this point in the history
This reverts commit c326ba8.
  • Loading branch information
Jrigada committed Mar 10, 2023
1 parent 17f467c commit 4cf5973
Show file tree
Hide file tree
Showing 101 changed files with 898 additions and 4,219 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ 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 @@ -66,10 +62,6 @@ 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

1 comment on commit 4cf5973

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 4cf5973 Previous: 17f467c Ratio
cairo_run(cairo_programs/benchmarks/math_cmp_and_pow_integration_benchmark.json) 19624931 ns/iter (± 61887) 12655023 ns/iter (± 42002) 1.55

This comment was automatically generated by workflow using github-action-benchmark.

CC: @unbalancedparentheses

Please sign in to comment.