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
Fix size/align calculations for WIT variants (#948)
The previous calculation was incorrect for a type of the shape:
variant foo {
a(float64),
b(tuple<float32, float32, float32>),
}
which caused codegen discrepancies between guests and Wasmtime where
Wasmtime had the correct calculation.
cc #526
0 commit comments