You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2325: Clean up some internal WASI code r=Hywan a=MarkMcCaskey
Shout out to @Earthmark on GitHub for the suggestions
Comments left on #2247, I completely forgot about the PR and didn't see any of the comments until this morning when I saw that the PR had been shipped.
-----
This PR addresses some community feedback by rewording a doc comment and updating the internals of a function using 3 mutable variables to find the best fit to only use 1 mutable variable. This change increases readability of the code by making it obvious that all 3 variables are conveying the same bit of information: that we found a match.
Co-authored-by: Mark McCaskey <mark@wasmer.io>
0 commit comments