Javier Cabrera
Javier Cabrera
AFL coverage info modification examples [AFLFast](https://github.com/mboehme/aflfast), [AFLGo](https://github.com/aflgo/aflgo) and [AFLSmart](https://github.com/aflsmart/aflsmart)
In order to implement the socket protocol from AFL as a websocket protocol: [A curated list of WebSockets related principles and technologies](https://github.com/facundofarias/awesome-websockets#c)
https://github.com/WebAssembly/bulk-memory-operations/blob/master/proposals/bulk-memory-operations/Overview.md
Example wasm [ffmpeg](https://drive.google.com/file/d/1AJfz3coUHI1CKKj1wlmQLbuzHFyB-2Zl/view?usp=sharing)
Hi Lucas, If you plan to do so, maybe is a good idea to add the extra wasm sections in the engine. Take a look at https://github.com/v8/v8/blob/4b9b23521e6fd42373ebbcb20ebe03bf445494f9/src/wasm/wasm-constants.h#L74 . I was...
It seems to be the bulk memory operation feature, https://github.com/WebAssembly/bulk-memory-operations/blob/master/proposals/bulk-memory-operations/Overview.md. Here is the roadmap defined in the official site https://webassembly.org/roadmap/