Skip to main content

Module entry

Module entry 

Source

Structs§

Block
Entry
EntryPoint
EntryPointFlags

Enums§

EntryKind
WorkingDir

Constants§

BLOCK_SIZE
Serialized width of a block, as written by the current format version.
BLOCK_SIZE_V1
Serialized width in manifest version 1, which carried no per-block hash.
ENTRYPOINT_SIZE
Size of serialized EntryPoint: 4+4+4+1+1 = 14 bytes
ENTRY_HEADER_SIZE
Size of serialized Entry (without blocks): 1 + 4 + 4 + 4 + 8 + 4 + 32 + 4 + 4 = 65 bytes Plus num_blocks * BLOCK_SIZE bytes of block data