Skip to content

sea: add ability to embed auxiliary data asset for use with sea

Rodrigo Muino Tomonari requested to merge github/fork/pipobscure/seablob into main

When bundling code into a single executable application sometimes it is necessary to include non-code assets. While this is possible to do as base64 encoded blobs in the code itself, adding these assets as a separate resource makes things a lot smaller.

Merge request reports

Loading