WebAssembly-in-Action
WebAssembly-in-Action copied to clipboard
Section 9.4: issue about pthreads.html
Hi.
I tested updated codes for Section 9.4 but hit following error.
Uncaught ReferenceError: SharedArrayBuffer is not defined
The error is outputted in developer tool console of FireFox and Google Chrome. I build it with Emscripten 2.0.28. How can I fix it?