mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-09 14:38:01 -05:00
- Tested the parallel feature for rln-wasm on this branch: https://github.com/vacp2p/zerokit/tree/benchmark-v0.9.0 - Simplified the test case by using the default generated witness_calculator.js file for both Node and browser tests - Added a WASM parallel test case using the latest wasm-bindgen-rayon version 1.3.0 - [Successful CI run](https://github.com/vacp2p/zerokit/actions/runs/16570298449) with Cargo.lock is included, but it fails if ignored from the codebase. - Requires publishing new pmtree version [on this PR](https://github.com/vacp2p/pmtree/pull/4) before merging this branch.
22 lines
354 B
Plaintext
22 lines
354 B
Plaintext
# Common files to ignore in Rust projects
|
|
.DS_Store
|
|
.idea
|
|
*.log
|
|
tmp/
|
|
|
|
# Generated by Cargo will have compiled files and executables
|
|
/target
|
|
Cargo.lock
|
|
|
|
# Generated by rln-wasm
|
|
pkg/
|
|
|
|
# Generated by Nix
|
|
result
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|