To build QuickJS for fuzzing:
- Clone the QuickJS mirror from https://github.com/bellard/quickjs
- Apply Patches/*. The patches should apply cleanly to the git revision specified in ./REVISION
- Build QuickJS with
make qjs
- The
qjs
binary will be the JavaScript shell for the fuzzer