Right now, the options to load assets is mostly based on loading from a path on the host. I think there is some opportunity to pack everything in the binary with `embed`, and use `fs.FS` to read from it. What do you think?