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

Wasm support #139

Merged
merged 13 commits into from
Apr 22, 2022
Merged

Wasm support #139

merged 13 commits into from
Apr 22, 2022

Conversation

Anderssorby
Copy link
Contributor

@Anderssorby Anderssorby commented Mar 15, 2022

  • Integrate bellperson wasm update
  • Fix clippy warnings

Upgrade crates and nix setup
Cargo.toml Outdated Show resolved Hide resolved
@Anderssorby Anderssorby changed the title [WIP] wasm support Wasm support Apr 21, 2022
@Anderssorby Anderssorby marked this pull request as ready for review April 22, 2022 07:55
rust-toolchain Outdated
@@ -1 +1 @@
1.56.0
1.60.0
Copy link
Contributor

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 }
Copy link
Contributor

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.

@porcuquine porcuquine merged commit 8994659 into argumentcomputer:master Apr 22, 2022
@porcuquine porcuquine deleted the acs/wasm-support branch April 22, 2022 20:11
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.

5 participants