Fix Wasm compile errors

This commit is contained in:
Brian Carroll 2022-02-14 21:10:45 +00:00
parent e56a5695ba
commit 3e511acbcc
3 changed files with 7 additions and 7 deletions

View file

@ -1633,7 +1633,7 @@ roc_error_macros::assert_sizeof_all!(FlatType, 3 * 8);
roc_error_macros::assert_sizeof_aarch64!((Variable, Option<Lowercase>), 4 * 8);
roc_error_macros::assert_sizeof_wasm!((Variable, Option<Lowercase>), 4 * 4);
roc_error_macros::assert_sizeof_all!((Variable, Option<Lowercase>), 4 * 8);
roc_error_macros::assert_sizeof_default!((Variable, Option<Lowercase>), 4 * 8);
#[derive(Clone, Debug)]
pub enum Content {