chain-main
chain-main copied to clipboard
Problem: released binary don't contain needed dynamic libraries
After integrating cosmwasm, the chain-maind binary will require the libwsamvm.[so|dylib] to run, it would be good to include the dynamic libraries inside the released bundle.
Solution:
-
Adopt the nix bundle solution used in cronos
-
[x] #793 linux, x86-64 mac
-
[ ] TODO arm mac
-
[ ] TODO windows
will also need to bundle the Windows DLL
We don't need this anymore. Closing.