mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
Update wasm layout sizes
This commit is contained in:
parent
cde83e9078
commit
4c79f36954
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ pub fn pretty_print_ir_symbols() -> bool {
|
|||
|
||||
roc_error_macros::assert_sizeof_wasm!(Literal, 24);
|
||||
roc_error_macros::assert_sizeof_wasm!(Expr, 48);
|
||||
roc_error_macros::assert_sizeof_wasm!(Stmt, 120);
|
||||
roc_error_macros::assert_sizeof_wasm!(ProcLayout, 40);
|
||||
roc_error_macros::assert_sizeof_wasm!(Stmt, 72);
|
||||
roc_error_macros::assert_sizeof_wasm!(ProcLayout, 20);
|
||||
roc_error_macros::assert_sizeof_wasm!(Call, 44);
|
||||
roc_error_macros::assert_sizeof_wasm!(CallType, 36);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue