This commit is contained in:
Folkert 2021-11-21 14:11:18 +01:00
parent 96498d667e
commit dc44eaac97
10 changed files with 57 additions and 111 deletions

View file

@ -40,7 +40,7 @@ impl WasmLayout {
}
}
Layout::Builtin(Bool | Usize) => Self::Primitive(I32, size),
Layout::Builtin(Bool) => Self::Primitive(I32, size),
Layout::Builtin(Float(float_width)) => {
use FloatWidth::*;