Dynamically Static
Snaps are not statically compiled.
By default, the binaries in a snap package are dynamically linked. They are contained within an isolated filesystem that contains all the libraries it requires.
So not the statically linked binaries of old.
- Martin Wimpress