Skip to content
Andrew Johnson edited this page Mar 19, 2024 · 31 revisions

A fragment is a datum of output that will eventually become part of the final output data. Fragments are strongly typed but may have strange interactions with term types. Fragments have structural definitions that declare what fields are expected for each type of data.

Declaring a Fragment Type

fragment type LocalVariable (offset-from-base-pointer U64);
Clone this wiki locally