Also, fwiw, embed isn't always the answer you want.
The thing I was patching up was a large rust program (30+mb release stripped), and so it was undesirable to always have blob changes require a relink of the program.
Embed as it is available in a few common languages now/soon is very convenient, but it is quite painful once the program link stage is expensive.
The thing I was patching up was a large rust program (30+mb release stripped), and so it was undesirable to always have blob changes require a relink of the program.
Embed as it is available in a few common languages now/soon is very convenient, but it is quite painful once the program link stage is expensive.