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
Some progress has been made on this. I just need to decide whether I32.UnsafePointer should be aligned by default or not. If it should be aligned perhaps it should be renamed to I32.UnsafeAlignedPointer to reflect this. I think it partly depends on which pointer types should be built-in.
e.g.
The default alignment when loading
i32.load
is 4, should we change this forI32.UnsafePointer
?The text was updated successfully, but these errors were encountered: