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

Support fuzz tests in wasm #6738

Closed
TomAFrench opened this issue Dec 9, 2024 · 0 comments · Fixed by #6835
Closed

Support fuzz tests in wasm #6738

TomAFrench opened this issue Dec 9, 2024 · 0 comments · Fixed by #6835
Assignees

Comments

@TomAFrench
Copy link
Member

We disalllowed running fuzz tests in wasm due to lack of i128 support however we've since restricted the type system to only allow u64s as the maximum integer type. We then don't need to use i128s at all and can remove this conditional compilation by changing the UintStrategy to use u64s

@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Dec 9, 2024
@TomAFrench TomAFrench moved this from 📋 Backlog to 🏗 In progress in Noir Dec 19, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Noir Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants