Hacker News new | ask | show | jobs
by redman25 1928 days ago
Seems to be stuck at “Loading” for me on iOS safari.
1 comments

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.
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.