Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify rust toolchain setup in kimchi-bindings #16532

Open
wants to merge 2 commits into
base: dw/revamp-use-latest-master-proof-systems
Choose a base branch
from

Conversation

dannywillems
Copy link
Member

Following #16464

@@ -3,8 +3,7 @@ set -euo pipefail

if [[ -z "${PLONK_WASM_WEB-}" ]]; then
export RUSTFLAGS="-C target-feature=+atomics,+bulk-memory,+mutable-globals -C link-arg=--no-check-features -C link-arg=--max-memory=4294967296"
# The version should stay in line with the one in kimchi_bindings/wasm/rust-toolchain.toml
rustup run 1.72 wasm-pack build --target web --out-dir ../js/web ../../wasm -- --offline
wasm-pack build --target web --out-dir ../js/web ../../wasm -- --offline
Copy link
Member

Choose a reason for hiding this comment

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

this will use the current global version I believe?

Copy link
Member Author

@dannywillems dannywillems Jan 28, 2025

Choose a reason for hiding this comment

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

Yes, the one mentioned in rust-toolchain.toml

@dannywillems
Copy link
Member Author

On hold. It seems we cannot get rid of nightly, yet.

See [DataCloneError] issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants