Merge pull request #8614 from roc-lang/fix-more-can-stuff

Fix more can stuff
This commit is contained in:
Richard Feldman 2025-12-10 14:02:20 -05:00 committed by GitHub
commit b60aa9a30f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 108 additions and 65 deletions

View file

@ -31,7 +31,7 @@ const expected_safelist_u8_size = 24;
const expected_safelist_u32_size = 24;
const expected_safemultilist_teststruct_size = 24;
const expected_safemultilist_node_size = 24;
const expected_moduleenv_size = 1040; // Platform-independent size
const expected_moduleenv_size = 1096; // Platform-independent size
const expected_nodestore_size = 96; // Platform-independent size
// Compile-time assertions - build will fail if sizes don't match expected values