Skip to content
kripken edited this page Jan 6, 2012 · 60 revisions

Emscripten issues in browser bug trackers

Emscripten is on the edge of what JavaScript engines are meant to do, so we often bump into JS engine bugs. This page links to issues in browser bug trackers that are related to Emscripten.

Firefox/SpiderMonkey

node.js

  • Node Issue 2476 - UglifyJS incorrectness in newer Node (intermittent failures in test_linespecific, and constant failures in speak.js)
  • Node Issue 2280 - Creating large typed arrays crashes

Chrome/V8

Opera

  • The CPython demo and others do not run due to a bug in Opera's JS engine. Opera has been informed, but does not have a public bug tracker to link to.

LLVM

  • Bug 10850 - LLVM 3.0 (svn) crashes on libc++ test.
  • Bug 9893 - pvs.cpp from sauer fails in clang.

Closure Compiler

UglifyJS