Test-Command:
 export EM_CACHE=$(pwd)/debian/em_cache &&
 mkdir -p $EM_CACHE &&
 emcc -v &&
 emcc /usr/share/emscripten/tests/hello_world.c &&
 eslint --no-eslintrc --quiet --env browser --format unix a.out.js &&
 emcc -O3 /usr/share/emscripten/tests/hello_world.c &&
 eslint --no-eslintrc --quiet --env browser --format unix a.out.js
Restrictions: allow-stderr
Depends:
 emscripten,
 eslint,
