working on serializer

This commit is contained in:
ed
2026-09-09 12:09:12 -04:00
parent 6cca3fbe8b
commit d3fd791537
9 changed files with 662 additions and 126 deletions
+3 -3
View File
@@ -24,9 +24,9 @@ RO_ global U1 x8616_decode_payload_bytes[] = {
};
typedef Struct_(X8616_DecodePlex) {
U1 const* source;
U4 source_size;
U4 source_offset;
U1* source;
U4 source_size;
U4 source_offset;
U1 body[X8616_DECODE_BODY_CAP + X8616_DECODE_BODY_PAD];
U1 body_available;