Hacker News new | ask | show | jobs
by lights0123 1930 days ago
That website loads WASM by embedding base64 in the HTML, which is good for saving it as a single file but horrible for WebKit support ("The operation is insecure", it complains), transfer size, and speed.
1 comments

Thanks for that - I haven't tried it there...

Yup - single file operation was a design goal, but I bet there's a better way to get it working than the hack I used.