Example of compilation of the Babel compiler (https://babeljs.io/) to
a Linux binary with QuickJS.

It can be rebuild with the following steps:

1) Download babel.js from https://github.com/babel/babel-standalone/releases

2) patch it with src/babel.patch

3) Compile to binary with:

qjsc babel_std.js babel.js -o babel
