We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffd78e commit c435ad1Copy full SHA for c435ad1
test/serialization_size_check.zig
@@ -31,7 +31,7 @@ const expected_safelist_u8_size = 24;
31
const expected_safelist_u32_size = 24;
32
const expected_safemultilist_teststruct_size = 24;
33
const expected_safemultilist_node_size = 24;
34
-const expected_moduleenv_size = 712; // Platform-independent size (includes padding for removed fields)
+const expected_moduleenv_size = 704; // Platform-independent size
35
const expected_nodestore_size = 96; // Platform-independent size
36
37
// Compile-time assertions - build will fail if sizes don't match expected values
0 commit comments