mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
rust 1.65 updates for wasm target
This commit is contained in:
parent
73f46b6613
commit
4b929cfdb3
3 changed files with 14 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue