[PATCH] D71285: Summary: [fuzzer] Add basic support for emscripten.
Jonathan Metzman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 10 11:23:25 PST 2019
metzman added reviewers: kcc, vitalybuka, hctim.
metzman added a comment.
Demo https://jonathanmetzman.github.io/wasm-fuzzing-demo/brotli/decode_fuzzer.html
Note that with this CL one needs to open the console to see libFuzzer's output, in the demo it appears on the page.
I may not land that change because it hurts performance and requires bigger changes to libFuzzer than I want to deal with now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71285/new/
https://reviews.llvm.org/D71285
More information about the llvm-commits
mailing list