Is this normal?
Opened this issue · 2 comments
Deleted user commented
Is it normal that everything runs equally fast for me? It's all roughly ~650ms. Shouldn't WebAssembly be a whole lot faster than plain JavaScript?
ColinEberhardt commented
Yes, that is quite normal - see this blog post for further commentary https://blog.scottlogic.com/2017/10/17/wasm-mandelbrot.html
Deleted user commented
@ColinEberhardt thanks.