craigmayhew/bigprimes.net

All zip downloads should be procedurally generated by rust

craigmayhew opened this issue · 2 comments

This will allow them to be removed from the static s3 bucket, moving from a progressive web app towards a true single page web app.

Possible solution posted in Issue #18 - but we will need something like:

let href:String = vec!["data:application/octet-stream;base64,",&filecontent].into_iter().collect();

As the txt downloads will be generated browser side, there is no point compressing them. Closing issue as #18 will replace the need for this issue as we remove zip download links.