8.4.1 Embedding resources

External files are embedded using the --resource compiler argument:

--resource hello_message.txt@welcome

The string after the @ symbol is the resource identifier which is used in the code for retrieving the resource. If it is omitted (together with the @ symbol) then the file name will become the resource identifier.