mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
repl_wasm: update static assertions for struct sizes
This commit is contained in:
parent
67658ed7b5
commit
9544b3ba6c
2 changed files with 16 additions and 6 deletions
|
@ -44,8 +44,8 @@ roc_error_macros::assert_sizeof_aarch64!(CallType, 5 * 8);
|
|||
|
||||
roc_error_macros::assert_sizeof_wasm!(Literal, 24);
|
||||
roc_error_macros::assert_sizeof_wasm!(Expr, 56);
|
||||
roc_error_macros::assert_sizeof_wasm!(Stmt, 96);
|
||||
roc_error_macros::assert_sizeof_wasm!(ProcLayout, 24);
|
||||
roc_error_macros::assert_sizeof_wasm!(Stmt, 120);
|
||||
roc_error_macros::assert_sizeof_wasm!(ProcLayout, 32);
|
||||
roc_error_macros::assert_sizeof_wasm!(Call, 40);
|
||||
roc_error_macros::assert_sizeof_wasm!(CallType, 32);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue