mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
working mono
This commit is contained in:
parent
25a64f4a57
commit
c4ec9aa898
15 changed files with 431 additions and 358 deletions
|
@ -26,7 +26,7 @@ impl WasmLayout {
|
|||
let alignment_bytes = layout.alignment_bytes(PTR_SIZE);
|
||||
|
||||
match layout {
|
||||
Layout::Builtin(Int32 | Int16 | Int8 | Int1 | Usize) => Self::Primitive(I32, size),
|
||||
Layout::Builtin(Int32 | Int16 | Int8 | Bool | Usize) => Self::Primitive(I32, size),
|
||||
|
||||
Layout::Builtin(Int64) => Self::Primitive(I64, size),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue