fn base64_encode(input: &[u8]) -> String
Standard base64 (RFC 4648) of input. Tiny + pure (no dep) so it runs in the native unit tests as well as wasm — used to inline the app-icon PNG (AUT-288) as a data: URL.
input
data: