\n
The Web Assembly runtimes are quite consistent across different browsers; however, the JavaScript runtimes are not particularly consistent, and values will vary depending on the JavaScript engine your browser uses
\nEngine | \nBrowser | \nComments |
---|---|---|
SpiderMonkey | \nFirefox | \nTends to be the fastest - sometimes being as fast as, or slightly faster than Web Assembly |
JavaScriptCore | \nSafari | \nTends to be a little slower than SpiderMonkey |
V8 | \nBrave Google Chrome/Chromium | \n Tends to be slower than either SpiderMonkey or JavaScriptCore |
Chakra | \nMicrosoft Edge | \nNo data |