-
Notifications
You must be signed in to change notification settings - Fork 99
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
Wasm support #139
Wasm support #139
Conversation
Anderssorby
commented
Mar 15, 2022
•
edited
Loading
edited
- Integrate bellperson wasm update
- Fix clippy warnings
Upgrade crates and nix setup
rust-toolchain
Outdated
@@ -1 +1 @@ | |||
1.56.0 | |||
1.60.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I personally leave it at the current version, unless it won't work without an upgrade. But that's a matter of taste, hence no blocker.
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" | |||
|
|||
[dependencies] | |||
lazy_static = "1.4.0" | |||
bellperson = "0.18.0" | |||
bellperson = { version = "0.20.0", default-features = false } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The cuda
and opencl
feature should also set bellperson/cuda
resp. bellperson/opencl
.