Trying to figure out the best architecture of using #libsodium in browser.
Sadly it seems like I can't quite write a library as a separate JS file and let people include both.
I think that for demonstration purposes I shall write inline <script> tag, but later on as I migrate to webpack / typescript, I shall use webpack or whatever there is.