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
The text was updated successfully, but these errors were encountered:
andrewrk
added
bug
Observed behavior contradicts documented or intended behavior
stage1
The process of building from source via WebAssembly and the C backend.
labels
Dec 6, 2019
With the merge of #3856, calling a function with a new stack regressed a bit:
Used to be OK, now gives:
Need more Runtime Hint Propagation to make this work. However this is a low priority because it's not clear this feature is going to make it into zig.
Above example works if you make the memory global:
The text was updated successfully, but these errors were encountered: