blaze33 / way-of-life

Conway's game of life implemented in JavaScript & WebAssembly, rendered to canvas.

Home Page:https://blog.openbloc.fr/webassembly-first-steps/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo not work on Safari iOS 10

nvcken opened this issue · comments

Does it not support on Safari iOS ?

Alas, WebAssembly support was only added in Safari 11, cf. https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Safari_11_0/Safari_11_0.html
I suppose it should be possible to have an asm.js fallback when wasm is not supported but I don't have an iOS device to test this...