Merge pull request #2594 from rtfeldman/wasm-repl-fixes

Wasm REPL bug fixes
This commit is contained in:
Brian Carroll 2022-02-27 18:40:47 +00:00 committed by GitHub
commit dcf3c052af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 321 additions and 249 deletions

View file

@ -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);