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 current_dir() call when using wasm generation 2: continue_recursive_circuit #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jp4g
Copy link

@jp4g jp4g commented Mar 1, 2024

Issue #37 details how create_recursive_circuit calls current_dir(). This was fixed for create_recursive_circuit but not continue_recursive_circuit. This PR makes minimal changes to the wasm targeted continue_recursive_circuit to remove fs operations as was done in #37.

I don't think there is a wasm test suite so I haven't run anything in this repository specifically, but I have confirmed the intended functionality is achieved with this PR in an external repository

edit: need to fix the ci

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.

1 participant