rust 1.65 updates for wasm target

This commit is contained in:
Anton-4 2023-01-17 20:11:38 +01:00
parent 73f46b6613
commit 4b929cfdb3
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
3 changed files with 14 additions and 10 deletions

View file

@ -59,7 +59,7 @@ 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, 72);
roc_error_macros::assert_sizeof_wasm!(Stmt, 64);
roc_error_macros::assert_sizeof_wasm!(ProcLayout, 20);
roc_error_macros::assert_sizeof_wasm!(Call, 44);
roc_error_macros::assert_sizeof_wasm!(CallType, 36);