A tiny function for decoding base64 strings into Uint8Arrays, useful for bundling and loading WASM modules.
npm install --save decode-base64
import decode from 'decode-base64';
decode ( 'base64 string here...' ); // => Uint8Array
MIT © Fabio Spampinato