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

fix: Wasm compilation for wasm32-wasi target #74

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

CPerezz
Copy link

@CPerezz CPerezz commented Aug 22, 2024

After forcing wasmer-wasix to use the js feature when the circom-compat/js feature is enabled. As well as forcing wasmer/js and otherwise, wasmer/default. The crate can now successfully compile to wasm.

Resolves: #73

After forcing `wasmer-wasix` to use the `js` feature when the
`circom-compat/js` feature is enabled. As well as forcing `wasmer/js`
and otherwise, `wasmer/default`. The crate can now successfully compile
to wasm.

Resolves: arkworks-rs#73
@CPerezz
Copy link
Author

CPerezz commented Aug 23, 2024

cc: @mmagician this should make it into 0.5 release. Otherwise you'll need to bump here later.

@mmagician
Copy link
Member

There is some weird issue with clippy it seems, the fix it suggests is incorrect.

@mmagician mmagician merged commit 83b3061 into arkworks-rs:release-0.5 Aug 23, 2024
1 of 2 checks passed
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