Open Akul2010 opened 3 years ago
Simon uses SharedArrayBuffer which is disabled in latest browsers
I ran chrome with --enable-features=SharedArrayBuffer
from command line.
I also had problem with .mjs files which I renamed to .js and used
"type": "module"
in package.json instead.
If you change the references of SharedArrayBuffer
to ArrayBuffer
, it will work.
I made a fork that actually works. Planning on adding more features later. Will keep this issue open for anyone else who faces a problem like me.
When i try to run html code it shows black screen i am using latest version of chrome to test it