Test-Command:
 pkgjs-install-minimal &&
 emcc test/hello_world.c &&
 esbuild --target=es6 a.out.js > /dev/null &&
 emcc -O3 test/hello_world.c &&
 esbuild --target=es6 a.out.js > /dev/null
Restrictions: allow-stderr
Depends: @,
 dh-nodejs,
 esbuild,
