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
Don't generate exports named memory in wit-smith (#1472)
* Don't generate exports named `memory` in wit-smith
This fixes a fuzz bug discovered last night and this applies a similar
fix for interfaces which avoids using `memory` that clashes with the
canonical name for linear memory itself.
* Review comments
0 commit comments