Skip to content

Fix: preserve force_interpreter setting after invokeInterpreterOnly (#31)#32

Open
jtakakura wants to merge 1 commit intoclojurewasm:mainfrom
jtakakura:fix/force-interpreter-persistence
Open

Fix: preserve force_interpreter setting after invokeInterpreterOnly (#31)#32
jtakakura wants to merge 1 commit intoclojurewasm:mainfrom
jtakakura:fix/force-interpreter-persistence

Conversation

@jtakakura
Copy link
Copy Markdown
Contributor

This PR fixes a bug where the force_interpreter option was lost after calling invokeInterpreterOnly (see #31). Now, modules loaded with force_interpreter=true always run in interpreter mode, even after debug calls. Includes a test to verify the fix.

Closes #31

@jtakakura jtakakura force-pushed the fix/force-interpreter-persistence branch 7 times, most recently from e42843f to a1ed281 Compare April 11, 2026 08:50
@jtakakura jtakakura marked this pull request as ready for review April 11, 2026 09:05
@jtakakura jtakakura force-pushed the fix/force-interpreter-persistence branch from a1ed281 to c08d5e6 Compare April 11, 2026 23:18
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.

force_interpreter setting is lost after calling invokeInterpreterOnly

1 participant