mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
cleanup
This commit is contained in:
parent
96498d667e
commit
dc44eaac97
10 changed files with 57 additions and 111 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue