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
Looks like locals are not emitted correctly for i64 variables.
00000027: 1 ; function count
00000028: c ; body size in bytes
00000029: 1 ; locals count
0000002a: 1 ; number of locals of following type
0000002b: 7f ; i32
Probably some older code I did not bother to fully test, should be easy enough to fix/test.
Overview
I get a compiler error when trying to use i64 type values in functions (assigning them to variables, or returning from functions).
When I try to compile this:
everything works fine.
But, if this line is in a function:
I get the following error:
The text was updated successfully, but these errors were encountered: