mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
downgrade to 1.66.1
going from 1.66.1 to 1.67.1 causes a segemntation fault in a wasm test, I expect because the size of Stmt and Expr have changed with that version.
This commit is contained in:
parent
3aa41f65c1
commit
85dce119c7
8 changed files with 17 additions and 16 deletions
|
@ -71,8 +71,8 @@ roc_error_macros::assert_sizeof_wasm!(Call, 44);
|
|||
roc_error_macros::assert_sizeof_wasm!(CallType, 36);
|
||||
|
||||
roc_error_macros::assert_sizeof_non_wasm!(Literal, 3 * 8);
|
||||
roc_error_macros::assert_sizeof_non_wasm!(Expr, 10 * 8);
|
||||
roc_error_macros::assert_sizeof_non_wasm!(Stmt, 13 * 8);
|
||||
roc_error_macros::assert_sizeof_non_wasm!(Expr, 9 * 8);
|
||||
roc_error_macros::assert_sizeof_non_wasm!(Stmt, 12 * 8);
|
||||
roc_error_macros::assert_sizeof_non_wasm!(ProcLayout, 5 * 8);
|
||||
roc_error_macros::assert_sizeof_non_wasm!(Call, 9 * 8);
|
||||
roc_error_macros::assert_sizeof_non_wasm!(CallType, 7 * 8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue