mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Merge pull request #2594 from rtfeldman/wasm-repl-fixes
Wasm REPL bug fixes
This commit is contained in:
commit
dcf3c052af
23 changed files with 321 additions and 249 deletions
|
@ -43,8 +43,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