Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 646 Bytes

File metadata and controls

11 lines (9 loc) · 646 Bytes

Target: workerd

To build workerd for fuzzing:

  1. Clone workerd
  2. Follow the instructions here
  3. Run the fuzzbuild.sh script in the workerd root directory to build workerd with the fuzzili configuration
  4. Test if REPRL works: swift run REPRLRun <path-to-workerd> fuzzilli <path-to-capnp-config> --experimental
  5. Run Fuzzilli with a workerd config (See samples/reprl): swift run -c release FuzzilliCli --inspect=all --profile=workerd <path-to-workerd> --additionalArguments=<path-to-workerd-config>,--experimental