├── README.md ├── afl-fuzz ├── Cargo.toml └── src │ ├── compile.rs │ ├── compile_with_llvm.rs │ ├── diff_compile.rs │ ├── diff_compile_backend.rs │ ├── simple_instantiate.rs │ ├── validate.rs │ └── validate_all_feat.rs ├── afl.md ├── cargofuzz.md ├── code_coverage.md ├── corpus_minimization.md ├── coverage ├── compile_debug │ └── cov │ │ ├── amber.png │ │ ├── bcov.css │ │ ├── compile_debug │ │ ├── compile_debug.61fcb268307c63d9 │ │ ├── amber.png │ │ ├── backend.rs.15dbaea2.html │ │ ├── backend.rs.15dbaea2.js │ │ ├── backend.rs.a5bd3b0a.html │ │ ├── backend.rs.a5bd3b0a.js │ │ ├── bcov.css │ │ ├── cache.rs.a40c6273.html │ │ ├── cache.rs.a40c6273.js │ │ ├── cobertura.xml │ │ ├── code.rs.795c8031.html │ │ ├── code.rs.795c8031.js │ │ ├── codegen.rs.8de2899c.html │ │ ├── codegen.rs.8de2899c.js │ │ ├── common.rs.787bb9aa.html │ │ ├── common.rs.787bb9aa.js │ │ ├── cov.xml │ │ ├── coverage.db │ │ ├── coverage.json │ │ ├── data │ │ │ ├── amber.png │ │ │ ├── bcov.css │ │ │ ├── glass.png │ │ │ ├── js │ │ │ │ ├── handlebars.js │ │ │ │ ├── jquery.min.js │ │ │ │ ├── jquery.tablesorter.widgets.min.js │ │ │ │ ├── kcov.js │ │ │ │ └── tablesorter.min.js │ │ │ └── tablesorter-theme.css │ │ ├── dynamic.rs.490debf8.html │ │ ├── dynamic.rs.490debf8.js │ │ ├── error.rs.83318faf.html │ │ ├── error.rs.83318faf.js │ │ ├── glass.png │ │ ├── index.html │ │ ├── index.js │ │ ├── intrinsics.rs.20551420.html │ │ ├── intrinsics.rs.20551420.js │ │ ├── lib.rs.32aa98f6.html │ │ ├── lib.rs.32aa98f6.js │ │ ├── lib.rs.8a6a6028.html │ │ ├── lib.rs.8a6a6028.js │ │ ├── lib.rs.c9e9bd1a.html │ │ ├── lib.rs.c9e9bd1a.js │ │ ├── lib.rs.d35578ae.html │ │ ├── lib.rs.d35578ae.js │ │ ├── main.rs.dbc4d83.html │ │ ├── main.rs.dbc4d83.js │ │ ├── map.rs.7f65bd8c.html │ │ ├── map.rs.7f65bd8c.js │ │ ├── memory.rs.6ec0b2f4.html │ │ ├── memory.rs.6ec0b2f4.js │ │ ├── metadata │ │ │ ├── 20551420 │ │ │ ├── 89822316 │ │ │ ├── 05893bb9 │ │ │ ├── 09bf9ed0 │ │ │ ├── 0dbc4d83 │ │ │ ├── 15dbaea2 │ │ │ ├── 16e4020c │ │ │ ├── 2546ba75 │ │ │ ├── 315d6b2c │ │ │ ├── 32aa98f6 │ │ │ ├── 390bac72 │ │ │ ├── 48b95e5c │ │ │ ├── 490debf8 │ │ │ ├── 59bddb4c │ │ │ ├── 6e2e7c86 │ │ │ ├── 6ec0b2f4 │ │ │ ├── 787bb9aa │ │ │ ├── 795c8031 │ │ │ ├── 7f65bd8c │ │ │ ├── 81ab9eb4 │ │ │ ├── 83318faf │ │ │ ├── 8a6a6028 │ │ │ ├── 8dd79674 │ │ │ ├── 8de2899c │ │ │ ├── 8ee3342f │ │ │ ├── 92cc11a9 │ │ │ ├── 99697b90 │ │ │ ├── a40c6273 │ │ │ ├── a5bd3b0a │ │ │ ├── c6283b98 │ │ │ ├── c9e9bd1a │ │ │ ├── d35578ae │ │ │ ├── d69ae479 │ │ │ ├── f08adfad │ │ │ └── fa2a2a55 │ │ ├── mod.rs.c6283b98.html │ │ ├── mod.rs.c6283b98.js │ │ ├── module.rs.48b95e5c.html │ │ ├── module.rs.48b95e5c.js │ │ ├── object_loader.cpp.2546ba75.html │ │ ├── object_loader.cpp.2546ba75.js │ │ ├── object_loader.hh.d69ae479.html │ │ ├── object_loader.hh.d69ae479.js │ │ ├── parse.rs.89822316.html │ │ ├── parse.rs.89822316.js │ │ ├── read_info.rs.81ab9eb4.html │ │ ├── read_info.rs.81ab9eb4.js │ │ ├── slice.rs.92cc11a9.html │ │ ├── slice.rs.92cc11a9.js │ │ ├── sonarqube.xml │ │ ├── stackmap.rs.390bac72.html │ │ ├── stackmap.rs.390bac72.js │ │ ├── state.rs.5893bb9.html │ │ ├── state.rs.5893bb9.js │ │ ├── state.rs.6e2e7c86.html │ │ ├── state.rs.6e2e7c86.js │ │ ├── static_.rs.fa2a2a55.html │ │ ├── static_.rs.fa2a2a55.js │ │ ├── structs.rs.8dd79674.html │ │ ├── structs.rs.8dd79674.js │ │ ├── summary.db │ │ ├── trampolines.rs.9bf9ed0.html │ │ ├── trampolines.rs.9bf9ed0.js │ │ ├── typed_func.rs.f08adfad.html │ │ ├── typed_func.rs.f08adfad.js │ │ ├── types.rs.8ee3342f.html │ │ ├── types.rs.8ee3342f.js │ │ ├── units.rs.99697b90.html │ │ ├── units.rs.99697b90.js │ │ ├── unix.rs.16e4020c.html │ │ ├── unix.rs.16e4020c.js │ │ ├── vm.rs.315d6b2c.html │ │ ├── vm.rs.315d6b2c.js │ │ ├── vmcalls.rs.59bddb4c.html │ │ └── vmcalls.rs.59bddb4c.js │ │ ├── data │ │ ├── amber.png │ │ ├── bcov.css │ │ ├── glass.png │ │ ├── js │ │ │ ├── handlebars.js │ │ │ ├── jquery.min.js │ │ │ ├── jquery.tablesorter.widgets.min.js │ │ │ ├── kcov.js │ │ │ └── tablesorter.min.js │ │ └── tablesorter-theme.css │ │ ├── glass.png │ │ ├── index.html │ │ ├── index.js │ │ └── libkcov_sowrapper.so └── debug_all_coverage │ ├── Cargo.toml │ └── src │ └── main.rs ├── crashes ├── panic_index_oob_all_backends.wasm ├── panic_index_oob_cranelift_blocktype.wasm ├── panic_index_out_range_llvm.wasm ├── panic_inkwell.wasm ├── panic_inkwell_min_unreach.wasm ├── panic_ref_type_not_enabled.wasm ├── panic_substract_overflow.wasm ├── panic_substract_overflow_peek1_extra.wasm ├── panic_unwrap_brtable_singlepass.wasm └── wasmparser_assert_failed_remove_frame_stack_types.wasm ├── crashes_diff_compile ├── SIGABRT.PC.7ffff7a3ded7.STACK.18027d4541.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.18a7b84e3c.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.18ac5b3beb.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.18b1c221ca.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.19040bf294.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.192a85f89f.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.19ac1d7279.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.19c789da48.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.19da9995bc.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.19e3e2b3b0.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.1a0cc5b3d3.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.1a15bc9f25.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.1a1a765f56.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.1a28d0d8b2.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.1a60183fe6.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.1a9d23d5a5.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.1bd9cf2307.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.c33420311.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.c72d1c509.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.cb4df982c.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.d224305cc.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.d243b7872.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.d6160ed01.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.df2f06eda.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.df82ce066.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.e1a98c8aa.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.e4dba3dc0.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.e624bf9a8.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.ecf8d81d0.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.ed626bd66.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.f54f424bc.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.f5b9316fc.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.f82c1e071.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGABRT.PC.7ffff7a3ded7.STACK.f96bc0843.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz ├── SIGBUS.PC.55555628d9c0.STACK.c7f9e6d2f.CODE.128.ADDR.(nil).INSTR.mov____%ebx,0x14(%rbp).fuzz ├── SIGSEGV.PC.555555a2daff.STACK.1a0bb48f24.CODE.1.ADDR.0x29.INSTR.mov____0x8(%rdx),%eax.fuzz ├── SIGSEGV.PC.555555d2dbf2.STACK.e0e93f9b5.CODE.128.ADDR.(nil).INSTR.cmpb___$0xb,0x8(%rdx).fuzz ├── SIGSEGV.PC.555555e2659e.STACK.19e7408b15.CODE.1.ADDR.0x18.INSTR.mov____%rdi,(%rcx).fuzz ├── SIGSEGV.PC.555555eb3777.STACK.fb6cb3e35.CODE.128.ADDR.(nil).INSTR.mov____%rdx,(%rsi).fuzz ├── SIGSEGV.PC.555555eb6f46.STACK.1ad8f40fe1.CODE.1.ADDR.0x30.INSTR.mov____0x30(%rsi),%ecx.fuzz ├── SIGSEGV.PC.555555f200f9.STACK.c3f2fb4a7.CODE.1.ADDR.0x4000.INSTR.mov____(%rax),%rbx.fuzz ├── SIGSEGV.PC.555555fa3ac3.STACK.fc3e57a23.CODE.128.ADDR.(nil).INSTR.cmpb___$0xd,0x8(%rax).fuzz ├── SIGSEGV.PC.555555fa9407.STACK.fc3e57a23.CODE.1.ADDR.0x31.INSTR.mov____0x10(%rbx),%cl.fuzz ├── SIGSEGV.PC.555556085de9.STACK.1b3353035d.CODE.1.ADDR.0x10.INSTR.cmpb___$0x4e,0x10(%rsi).fuzz ├── SIGSEGV.PC.5555560a1eaf.STACK.18fa00d979.CODE.1.ADDR.0x10.INSTR.mov____0x10(%rax),%cl.fuzz ├── SIGSEGV.PC.5555560f1eda.STACK.19fed2a974.CODE.1.ADDR.0x10.INSTR.cmpb___$0x4f,0x10(%rax).fuzz ├── SIGSEGV.PC.55555616f849.STACK.186b0c2f6b.CODE.1.ADDR.(nil).INSTR.mov____(%rcx),%rcx.fuzz ├── SIGSEGV.PC.5555563916d8.STACK.1b8aa97047.CODE.1.ADDR.0x4000.INSTR.mov____(%rdx),%rbx.fuzz ├── SIGSEGV.PC.5555563916e3.STACK.ed3d365a2.CODE.1.ADDR.0x38.INSTR.mov____0x18(%rbx),%r13.fuzz ├── SIGSEGV.PC.555556394f53.STACK.de363ce2a.CODE.1.ADDR.0x90.INSTR.cmpb___$0x4e,0x10(%rax).fuzz ├── SIGSEGV.PC.5555563a98f0.STACK.d727892b1.CODE.128.ADDR.(nil).INSTR.mov____0x10(%rdi),%cl.fuzz ├── SIGSEGV.PC.5555563afa40.STACK.f80a92482.CODE.1.ADDR.0x10.INSTR.mov____0x10(%rdi),%cl.fuzz ├── SIGSEGV.PC.5555563d970f.STACK.1b55f15f96.CODE.1.ADDR.(nil).INSTR.mov____(%r12),%rcx.fuzz ├── SIGSEGV.PC.5555563ebef4.STACK.1ad5fd2a37.CODE.1.ADDR.0x31.INSTR.mov____-0x20(%rdi),%eax.fuzz ├── SIGSEGV.PC.5555563ebef4.STACK.e7ce57ea6.CODE.1.ADDR.0x810.INSTR.mov____-0x20(%rdi),%eax.fuzz ├── SIGSEGV.PC.5555563ebef4.STACK.ecaf6f09d.CODE.1.ADDR.0x31.INSTR.mov____-0x20(%rdi),%eax.fuzz ├── SIGSEGV.PC.5555563ed9a3.STACK.e012ce7f9.CODE.128.ADDR.(nil).INSTR.mov____0x68(%rax),%r15.fuzz ├── SIGSEGV.PC.555556450d90.STACK.18e0c97b53.CODE.1.ADDR.0x55556119e000.INSTR.movzbl_(%rax),%ebp.fuzz ├── SIGSEGV.PC.555556450d90.STACK.c2b5ee07f.CODE.1.ADDR.0x555561a47000.INSTR.movzbl_(%rax),%ebp.fuzz ├── SIGSEGV.PC.555556450d90.STACK.c2b5ee07f.CODE.1.ADDR.0x555561ab3000.INSTR.movzbl_(%rax),%ebp.fuzz ├── SIGSEGV.PC.555556450d90.STACK.d07e126f6.CODE.1.ADDR.0x555560c12000.INSTR.movzbl_(%rax),%ebp.fuzz ├── SIGSEGV.PC.555556669e7d.STACK.e8c2833ee.CODE.1.ADDR.0x4000.INSTR.cmpl___$0x0,(%rax).fuzz ├── SIGSEGV.PC.7ffff7a8f248.STACK.ca2ed49ba.CODE.1.ADDR.0x60.INSTR.mov____0x60(%r12),%rax.fuzz ├── SIGSEGV.PC.7ffff7a90c6d.STACK.18fad0a323.CODE.128.ADDR.(nil).INSTR.mov____%rsi,0x10(%r14).fuzz ├── SIGSEGV.PC.7ffff7a90c6d.STACK.193fee2275.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz ├── SIGSEGV.PC.7ffff7a90c6d.STACK.1a4b45dbe4.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz ├── SIGSEGV.PC.7ffff7a90c6d.STACK.1a55d8ee66.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz ├── SIGSEGV.PC.7ffff7a90c6d.STACK.1a923accd3.CODE.128.ADDR.(nil).INSTR.mov____%rsi,0x10(%r14).fuzz ├── SIGSEGV.PC.7ffff7a90c6d.STACK.c93b612eb.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz ├── SIGSEGV.PC.7ffff7a90c6d.STACK.cfdbd1fbb.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz ├── SIGSEGV.PC.7ffff7a90c6d.STACK.d0d2bd8ba.CODE.1.ADDR.0x30.INSTR.mov____%rsi,0x10(%r14).fuzz ├── SIGSEGV.PC.7ffff7a90c6d.STACK.d2f254938.CODE.1.ADDR.0x51.INSTR.mov____%rsi,0x10(%r14).fuzz ├── SIGSEGV.PC.7ffff7a90c6d.STACK.d796051cb.CODE.128.ADDR.(nil).INSTR.mov____%rsi,0x10(%r14).fuzz ├── SIGSEGV.PC.7ffff7a90c6d.STACK.da8ff8a53.CODE.1.ADDR.0x31.INSTR.mov____%rsi,0x10(%r14).fuzz ├── SIGSEGV.PC.7ffff7a90c6d.STACK.da8ff8a53.CODE.1.ADDR.0x8.INSTR.mov____%rsi,0x10(%r14).fuzz ├── SIGSEGV.PC.7ffff7a90c6d.STACK.e3324a8e6.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz ├── SIGSEGV.PC.7ffff7a90c6d.STACK.fa2fd939b.CODE.1.ADDR.0x13.INSTR.mov____%rsi,0x10(%r14).fuzz └── substrat_overflow.wasm ├── debug_crash_analysis.md ├── debug_tools ├── compile_debug │ ├── Cargo.toml │ └── src │ │ └── main.rs └── diff_compile_debug │ ├── Cargo.toml │ └── src │ └── main.rs ├── fuzz ├── Cargo.toml └── fuzz_targets │ ├── compile.rs │ ├── compile_with_llvm.rs │ ├── diff_compile_backend.rs │ ├── simple_instantiate.rs │ ├── validate.rs │ └── validate_all_feat.rs ├── hfuzz ├── Cargo.toml └── src │ ├── compile.rs │ ├── compile_kwasmd_config.rs │ ├── compile_with_config_with_llvm.rs │ ├── compile_with_llvm.rs │ ├── compile_with_threads.rs │ ├── diff_compile_backend.rs │ ├── instantiate_binaryen.rs │ ├── simple_instantiate.rs │ ├── validate.rs │ └── validate_all_feat.rs ├── honggfuzz.md ├── images ├── afl_rust_interface.png ├── cargofuzz_interface.png ├── honggfuzz_interface_compile.png ├── honggfuzz_interface_validate.png └── kcov_coverage_example.png ├── scripts └── testwasmer.sh └── testcase_minimization.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/README.md -------------------------------------------------------------------------------- /afl-fuzz/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/afl-fuzz/Cargo.toml -------------------------------------------------------------------------------- /afl-fuzz/src/compile.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/afl-fuzz/src/compile.rs -------------------------------------------------------------------------------- /afl-fuzz/src/compile_with_llvm.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/afl-fuzz/src/compile_with_llvm.rs -------------------------------------------------------------------------------- /afl-fuzz/src/diff_compile.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/afl-fuzz/src/diff_compile.rs -------------------------------------------------------------------------------- /afl-fuzz/src/diff_compile_backend.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/afl-fuzz/src/diff_compile_backend.rs -------------------------------------------------------------------------------- /afl-fuzz/src/simple_instantiate.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/afl-fuzz/src/simple_instantiate.rs -------------------------------------------------------------------------------- /afl-fuzz/src/validate.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/afl-fuzz/src/validate.rs -------------------------------------------------------------------------------- /afl-fuzz/src/validate_all_feat.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/afl-fuzz/src/validate_all_feat.rs -------------------------------------------------------------------------------- /afl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/afl.md -------------------------------------------------------------------------------- /cargofuzz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/cargofuzz.md -------------------------------------------------------------------------------- /code_coverage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/code_coverage.md -------------------------------------------------------------------------------- /corpus_minimization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/corpus_minimization.md -------------------------------------------------------------------------------- /coverage/compile_debug/cov/amber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/amber.png -------------------------------------------------------------------------------- /coverage/compile_debug/cov/bcov.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/bcov.css -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug: -------------------------------------------------------------------------------- 1 | ./cov//compile_debug.61fcb268307c63d9/ -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/amber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/amber.png -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/backend.rs.15dbaea2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/backend.rs.15dbaea2.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/backend.rs.15dbaea2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/backend.rs.15dbaea2.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/backend.rs.a5bd3b0a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/backend.rs.a5bd3b0a.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/backend.rs.a5bd3b0a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/backend.rs.a5bd3b0a.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/bcov.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/bcov.css -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/cache.rs.a40c6273.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/cache.rs.a40c6273.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/cache.rs.a40c6273.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/cache.rs.a40c6273.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/cobertura.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/cobertura.xml -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/code.rs.795c8031.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/code.rs.795c8031.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/code.rs.795c8031.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/code.rs.795c8031.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/codegen.rs.8de2899c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/codegen.rs.8de2899c.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/codegen.rs.8de2899c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/codegen.rs.8de2899c.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/common.rs.787bb9aa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/common.rs.787bb9aa.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/common.rs.787bb9aa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/common.rs.787bb9aa.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/cov.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/cov.xml -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/coverage.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/coverage.db -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/coverage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/coverage.json -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/amber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/amber.png -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/bcov.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/bcov.css -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/glass.png -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/js/handlebars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/js/handlebars.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/js/jquery.min.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/js/jquery.tablesorter.widgets.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/js/jquery.tablesorter.widgets.min.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/js/kcov.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/js/kcov.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/js/tablesorter.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/js/tablesorter.min.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/tablesorter-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/data/tablesorter-theme.css -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/dynamic.rs.490debf8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/dynamic.rs.490debf8.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/dynamic.rs.490debf8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/dynamic.rs.490debf8.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/error.rs.83318faf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/error.rs.83318faf.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/error.rs.83318faf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/error.rs.83318faf.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/glass.png -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/index.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/index.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/intrinsics.rs.20551420.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/intrinsics.rs.20551420.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/intrinsics.rs.20551420.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/intrinsics.rs.20551420.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.32aa98f6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.32aa98f6.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.32aa98f6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.32aa98f6.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.8a6a6028.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.8a6a6028.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.8a6a6028.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.8a6a6028.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.c9e9bd1a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.c9e9bd1a.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.c9e9bd1a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.c9e9bd1a.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.d35578ae.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.d35578ae.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.d35578ae.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/lib.rs.d35578ae.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/main.rs.dbc4d83.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/main.rs.dbc4d83.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/main.rs.dbc4d83.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/main.rs.dbc4d83.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/map.rs.7f65bd8c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/map.rs.7f65bd8c.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/map.rs.7f65bd8c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/map.rs.7f65bd8c.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/memory.rs.6ec0b2f4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/memory.rs.6ec0b2f4.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/memory.rs.6ec0b2f4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/memory.rs.6ec0b2f4.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/05893bb9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/05893bb9 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/09bf9ed0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/09bf9ed0 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/0dbc4d83: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/0dbc4d83 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/15dbaea2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/15dbaea2 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/16e4020c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/16e4020c -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/20551420: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/20551420 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/2546ba75: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/2546ba75 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/315d6b2c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/315d6b2c -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/32aa98f6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/32aa98f6 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/390bac72: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/390bac72 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/48b95e5c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/48b95e5c -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/490debf8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/490debf8 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/59bddb4c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/59bddb4c -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/6e2e7c86: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/6e2e7c86 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/6ec0b2f4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/6ec0b2f4 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/787bb9aa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/787bb9aa -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/795c8031: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/795c8031 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/7f65bd8c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/7f65bd8c -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/81ab9eb4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/81ab9eb4 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/83318faf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/83318faf -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/89822316: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/89822316 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/8a6a6028: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/8a6a6028 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/8dd79674: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/8dd79674 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/8de2899c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/8de2899c -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/8ee3342f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/8ee3342f -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/92cc11a9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/92cc11a9 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/99697b90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/99697b90 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/a40c6273: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/a40c6273 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/a5bd3b0a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/a5bd3b0a -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/c6283b98: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/c6283b98 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/c9e9bd1a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/c9e9bd1a -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/d35578ae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/d35578ae -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/d69ae479: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/d69ae479 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/f08adfad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/f08adfad -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/fa2a2a55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/metadata/fa2a2a55 -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/mod.rs.c6283b98.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/mod.rs.c6283b98.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/mod.rs.c6283b98.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/mod.rs.c6283b98.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/module.rs.48b95e5c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/module.rs.48b95e5c.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/module.rs.48b95e5c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/module.rs.48b95e5c.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/object_loader.cpp.2546ba75.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/object_loader.cpp.2546ba75.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/object_loader.cpp.2546ba75.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/object_loader.cpp.2546ba75.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/object_loader.hh.d69ae479.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/object_loader.hh.d69ae479.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/object_loader.hh.d69ae479.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/object_loader.hh.d69ae479.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/parse.rs.89822316.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/parse.rs.89822316.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/parse.rs.89822316.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/parse.rs.89822316.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/read_info.rs.81ab9eb4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/read_info.rs.81ab9eb4.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/read_info.rs.81ab9eb4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/read_info.rs.81ab9eb4.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/slice.rs.92cc11a9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/slice.rs.92cc11a9.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/slice.rs.92cc11a9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/slice.rs.92cc11a9.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/sonarqube.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/sonarqube.xml -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/stackmap.rs.390bac72.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/stackmap.rs.390bac72.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/stackmap.rs.390bac72.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/stackmap.rs.390bac72.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/state.rs.5893bb9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/state.rs.5893bb9.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/state.rs.5893bb9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/state.rs.5893bb9.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/state.rs.6e2e7c86.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/state.rs.6e2e7c86.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/state.rs.6e2e7c86.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/state.rs.6e2e7c86.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/static_.rs.fa2a2a55.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/static_.rs.fa2a2a55.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/static_.rs.fa2a2a55.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/static_.rs.fa2a2a55.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/structs.rs.8dd79674.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/structs.rs.8dd79674.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/structs.rs.8dd79674.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/structs.rs.8dd79674.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/summary.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/summary.db -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/trampolines.rs.9bf9ed0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/trampolines.rs.9bf9ed0.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/trampolines.rs.9bf9ed0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/trampolines.rs.9bf9ed0.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/typed_func.rs.f08adfad.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/typed_func.rs.f08adfad.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/typed_func.rs.f08adfad.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/typed_func.rs.f08adfad.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/types.rs.8ee3342f.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/types.rs.8ee3342f.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/types.rs.8ee3342f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/types.rs.8ee3342f.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/units.rs.99697b90.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/units.rs.99697b90.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/units.rs.99697b90.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/units.rs.99697b90.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/unix.rs.16e4020c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/unix.rs.16e4020c.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/unix.rs.16e4020c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/unix.rs.16e4020c.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/vm.rs.315d6b2c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/vm.rs.315d6b2c.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/vm.rs.315d6b2c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/vm.rs.315d6b2c.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/vmcalls.rs.59bddb4c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/vmcalls.rs.59bddb4c.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/vmcalls.rs.59bddb4c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/compile_debug.61fcb268307c63d9/vmcalls.rs.59bddb4c.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/data/amber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/data/amber.png -------------------------------------------------------------------------------- /coverage/compile_debug/cov/data/bcov.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/data/bcov.css -------------------------------------------------------------------------------- /coverage/compile_debug/cov/data/glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/data/glass.png -------------------------------------------------------------------------------- /coverage/compile_debug/cov/data/js/handlebars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/data/js/handlebars.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/data/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/data/js/jquery.min.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/data/js/jquery.tablesorter.widgets.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/data/js/jquery.tablesorter.widgets.min.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/data/js/kcov.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/data/js/kcov.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/data/js/tablesorter.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/data/js/tablesorter.min.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/data/tablesorter-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/data/tablesorter-theme.css -------------------------------------------------------------------------------- /coverage/compile_debug/cov/glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/glass.png -------------------------------------------------------------------------------- /coverage/compile_debug/cov/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/index.html -------------------------------------------------------------------------------- /coverage/compile_debug/cov/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/index.js -------------------------------------------------------------------------------- /coverage/compile_debug/cov/libkcov_sowrapper.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/compile_debug/cov/libkcov_sowrapper.so -------------------------------------------------------------------------------- /coverage/debug_all_coverage/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/debug_all_coverage/Cargo.toml -------------------------------------------------------------------------------- /coverage/debug_all_coverage/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/coverage/debug_all_coverage/src/main.rs -------------------------------------------------------------------------------- /crashes/panic_index_oob_all_backends.wasm: -------------------------------------------------------------------------------- 1 | asm A # -------------------------------------------------------------------------------- /crashes/panic_index_oob_cranelift_blocktype.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes/panic_index_oob_cranelift_blocktype.wasm -------------------------------------------------------------------------------- /crashes/panic_index_out_range_llvm.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes/panic_index_out_range_llvm.wasm -------------------------------------------------------------------------------- /crashes/panic_inkwell.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes/panic_inkwell.wasm -------------------------------------------------------------------------------- /crashes/panic_inkwell_min_unreach.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes/panic_inkwell_min_unreach.wasm -------------------------------------------------------------------------------- /crashes/panic_ref_type_not_enabled.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes/panic_ref_type_not_enabled.wasm -------------------------------------------------------------------------------- /crashes/panic_substract_overflow.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes/panic_substract_overflow.wasm -------------------------------------------------------------------------------- /crashes/panic_substract_overflow_peek1_extra.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes/panic_substract_overflow_peek1_extra.wasm -------------------------------------------------------------------------------- /crashes/panic_unwrap_brtable_singlepass.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes/panic_unwrap_brtable_singlepass.wasm -------------------------------------------------------------------------------- /crashes/wasmparser_assert_failed_remove_frame_stack_types.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes/wasmparser_assert_failed_remove_frame_stack_types.wasm -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.18027d4541.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.18027d4541.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.18a7b84e3c.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.18a7b84e3c.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.18ac5b3beb.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.18ac5b3beb.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.18b1c221ca.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.18b1c221ca.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.19040bf294.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.19040bf294.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.192a85f89f.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.192a85f89f.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.19ac1d7279.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.19ac1d7279.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.19c789da48.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.19c789da48.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.19da9995bc.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.19da9995bc.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.19e3e2b3b0.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.19e3e2b3b0.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.1a0cc5b3d3.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.1a0cc5b3d3.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.1a15bc9f25.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.1a15bc9f25.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.1a1a765f56.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.1a1a765f56.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.1a28d0d8b2.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.1a28d0d8b2.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.1a60183fe6.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.1a60183fe6.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.1a9d23d5a5.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.1a9d23d5a5.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.1bd9cf2307.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.1bd9cf2307.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.c33420311.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.c33420311.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.c72d1c509.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.c72d1c509.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.cb4df982c.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.cb4df982c.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.d224305cc.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.d224305cc.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.d243b7872.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.d243b7872.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.d6160ed01.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.d6160ed01.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.df2f06eda.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.df2f06eda.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.df82ce066.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.df82ce066.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.e1a98c8aa.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.e1a98c8aa.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.e4dba3dc0.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.e4dba3dc0.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.e624bf9a8.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.e624bf9a8.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.ecf8d81d0.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.ecf8d81d0.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.ed626bd66.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.ed626bd66.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.f54f424bc.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.f54f424bc.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.f5b9316fc.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.f5b9316fc.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.f82c1e071.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.f82c1e071.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.f96bc0843.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGABRT.PC.7ffff7a3ded7.STACK.f96bc0843.CODE.-6.ADDR.(nil).INSTR.mov____0x108(%rsp),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGBUS.PC.55555628d9c0.STACK.c7f9e6d2f.CODE.128.ADDR.(nil).INSTR.mov____%ebx,0x14(%rbp).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGBUS.PC.55555628d9c0.STACK.c7f9e6d2f.CODE.128.ADDR.(nil).INSTR.mov____%ebx,0x14(%rbp).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555555a2daff.STACK.1a0bb48f24.CODE.1.ADDR.0x29.INSTR.mov____0x8(%rdx),%eax.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555555a2daff.STACK.1a0bb48f24.CODE.1.ADDR.0x29.INSTR.mov____0x8(%rdx),%eax.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555555d2dbf2.STACK.e0e93f9b5.CODE.128.ADDR.(nil).INSTR.cmpb___$0xb,0x8(%rdx).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555555d2dbf2.STACK.e0e93f9b5.CODE.128.ADDR.(nil).INSTR.cmpb___$0xb,0x8(%rdx).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555555e2659e.STACK.19e7408b15.CODE.1.ADDR.0x18.INSTR.mov____%rdi,(%rcx).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555555e2659e.STACK.19e7408b15.CODE.1.ADDR.0x18.INSTR.mov____%rdi,(%rcx).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555555eb3777.STACK.fb6cb3e35.CODE.128.ADDR.(nil).INSTR.mov____%rdx,(%rsi).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555555eb3777.STACK.fb6cb3e35.CODE.128.ADDR.(nil).INSTR.mov____%rdx,(%rsi).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555555eb6f46.STACK.1ad8f40fe1.CODE.1.ADDR.0x30.INSTR.mov____0x30(%rsi),%ecx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555555eb6f46.STACK.1ad8f40fe1.CODE.1.ADDR.0x30.INSTR.mov____0x30(%rsi),%ecx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555555f200f9.STACK.c3f2fb4a7.CODE.1.ADDR.0x4000.INSTR.mov____(%rax),%rbx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555555f200f9.STACK.c3f2fb4a7.CODE.1.ADDR.0x4000.INSTR.mov____(%rax),%rbx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555555fa3ac3.STACK.fc3e57a23.CODE.128.ADDR.(nil).INSTR.cmpb___$0xd,0x8(%rax).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555555fa3ac3.STACK.fc3e57a23.CODE.128.ADDR.(nil).INSTR.cmpb___$0xd,0x8(%rax).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555555fa9407.STACK.fc3e57a23.CODE.1.ADDR.0x31.INSTR.mov____0x10(%rbx),%cl.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555555fa9407.STACK.fc3e57a23.CODE.1.ADDR.0x31.INSTR.mov____0x10(%rbx),%cl.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555556085de9.STACK.1b3353035d.CODE.1.ADDR.0x10.INSTR.cmpb___$0x4e,0x10(%rsi).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555556085de9.STACK.1b3353035d.CODE.1.ADDR.0x10.INSTR.cmpb___$0x4e,0x10(%rsi).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.5555560a1eaf.STACK.18fa00d979.CODE.1.ADDR.0x10.INSTR.mov____0x10(%rax),%cl.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.5555560a1eaf.STACK.18fa00d979.CODE.1.ADDR.0x10.INSTR.mov____0x10(%rax),%cl.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.5555560f1eda.STACK.19fed2a974.CODE.1.ADDR.0x10.INSTR.cmpb___$0x4f,0x10(%rax).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.5555560f1eda.STACK.19fed2a974.CODE.1.ADDR.0x10.INSTR.cmpb___$0x4f,0x10(%rax).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.55555616f849.STACK.186b0c2f6b.CODE.1.ADDR.(nil).INSTR.mov____(%rcx),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.55555616f849.STACK.186b0c2f6b.CODE.1.ADDR.(nil).INSTR.mov____(%rcx),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.5555563916d8.STACK.1b8aa97047.CODE.1.ADDR.0x4000.INSTR.mov____(%rdx),%rbx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.5555563916d8.STACK.1b8aa97047.CODE.1.ADDR.0x4000.INSTR.mov____(%rdx),%rbx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.5555563916e3.STACK.ed3d365a2.CODE.1.ADDR.0x38.INSTR.mov____0x18(%rbx),%r13.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.5555563916e3.STACK.ed3d365a2.CODE.1.ADDR.0x38.INSTR.mov____0x18(%rbx),%r13.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555556394f53.STACK.de363ce2a.CODE.1.ADDR.0x90.INSTR.cmpb___$0x4e,0x10(%rax).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555556394f53.STACK.de363ce2a.CODE.1.ADDR.0x90.INSTR.cmpb___$0x4e,0x10(%rax).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.5555563a98f0.STACK.d727892b1.CODE.128.ADDR.(nil).INSTR.mov____0x10(%rdi),%cl.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.5555563a98f0.STACK.d727892b1.CODE.128.ADDR.(nil).INSTR.mov____0x10(%rdi),%cl.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.5555563afa40.STACK.f80a92482.CODE.1.ADDR.0x10.INSTR.mov____0x10(%rdi),%cl.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.5555563afa40.STACK.f80a92482.CODE.1.ADDR.0x10.INSTR.mov____0x10(%rdi),%cl.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.5555563d970f.STACK.1b55f15f96.CODE.1.ADDR.(nil).INSTR.mov____(%r12),%rcx.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.5555563d970f.STACK.1b55f15f96.CODE.1.ADDR.(nil).INSTR.mov____(%r12),%rcx.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.5555563ebef4.STACK.1ad5fd2a37.CODE.1.ADDR.0x31.INSTR.mov____-0x20(%rdi),%eax.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.5555563ebef4.STACK.1ad5fd2a37.CODE.1.ADDR.0x31.INSTR.mov____-0x20(%rdi),%eax.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.5555563ebef4.STACK.e7ce57ea6.CODE.1.ADDR.0x810.INSTR.mov____-0x20(%rdi),%eax.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.5555563ebef4.STACK.e7ce57ea6.CODE.1.ADDR.0x810.INSTR.mov____-0x20(%rdi),%eax.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.5555563ebef4.STACK.ecaf6f09d.CODE.1.ADDR.0x31.INSTR.mov____-0x20(%rdi),%eax.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.5555563ebef4.STACK.ecaf6f09d.CODE.1.ADDR.0x31.INSTR.mov____-0x20(%rdi),%eax.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.5555563ed9a3.STACK.e012ce7f9.CODE.128.ADDR.(nil).INSTR.mov____0x68(%rax),%r15.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.5555563ed9a3.STACK.e012ce7f9.CODE.128.ADDR.(nil).INSTR.mov____0x68(%rax),%r15.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555556450d90.STACK.18e0c97b53.CODE.1.ADDR.0x55556119e000.INSTR.movzbl_(%rax),%ebp.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555556450d90.STACK.18e0c97b53.CODE.1.ADDR.0x55556119e000.INSTR.movzbl_(%rax),%ebp.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555556450d90.STACK.c2b5ee07f.CODE.1.ADDR.0x555561a47000.INSTR.movzbl_(%rax),%ebp.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555556450d90.STACK.c2b5ee07f.CODE.1.ADDR.0x555561a47000.INSTR.movzbl_(%rax),%ebp.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555556450d90.STACK.c2b5ee07f.CODE.1.ADDR.0x555561ab3000.INSTR.movzbl_(%rax),%ebp.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555556450d90.STACK.c2b5ee07f.CODE.1.ADDR.0x555561ab3000.INSTR.movzbl_(%rax),%ebp.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555556450d90.STACK.d07e126f6.CODE.1.ADDR.0x555560c12000.INSTR.movzbl_(%rax),%ebp.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555556450d90.STACK.d07e126f6.CODE.1.ADDR.0x555560c12000.INSTR.movzbl_(%rax),%ebp.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.555556669e7d.STACK.e8c2833ee.CODE.1.ADDR.0x4000.INSTR.cmpl___$0x0,(%rax).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.555556669e7d.STACK.e8c2833ee.CODE.1.ADDR.0x4000.INSTR.cmpl___$0x0,(%rax).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a8f248.STACK.ca2ed49ba.CODE.1.ADDR.0x60.INSTR.mov____0x60(%r12),%rax.fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a8f248.STACK.ca2ed49ba.CODE.1.ADDR.0x60.INSTR.mov____0x60(%r12),%rax.fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.18fad0a323.CODE.128.ADDR.(nil).INSTR.mov____%rsi,0x10(%r14).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.18fad0a323.CODE.128.ADDR.(nil).INSTR.mov____%rsi,0x10(%r14).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.193fee2275.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.193fee2275.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.1a4b45dbe4.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.1a4b45dbe4.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.1a55d8ee66.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.1a55d8ee66.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.1a923accd3.CODE.128.ADDR.(nil).INSTR.mov____%rsi,0x10(%r14).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.1a923accd3.CODE.128.ADDR.(nil).INSTR.mov____%rsi,0x10(%r14).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.c93b612eb.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.c93b612eb.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.cfdbd1fbb.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.cfdbd1fbb.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.d0d2bd8ba.CODE.1.ADDR.0x30.INSTR.mov____%rsi,0x10(%r14).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.d0d2bd8ba.CODE.1.ADDR.0x30.INSTR.mov____%rsi,0x10(%r14).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.d2f254938.CODE.1.ADDR.0x51.INSTR.mov____%rsi,0x10(%r14).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.d2f254938.CODE.1.ADDR.0x51.INSTR.mov____%rsi,0x10(%r14).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.d796051cb.CODE.128.ADDR.(nil).INSTR.mov____%rsi,0x10(%r14).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.d796051cb.CODE.128.ADDR.(nil).INSTR.mov____%rsi,0x10(%r14).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.da8ff8a53.CODE.1.ADDR.0x31.INSTR.mov____%rsi,0x10(%r14).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.da8ff8a53.CODE.1.ADDR.0x31.INSTR.mov____%rsi,0x10(%r14).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.da8ff8a53.CODE.1.ADDR.0x8.INSTR.mov____%rsi,0x10(%r14).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.da8ff8a53.CODE.1.ADDR.0x8.INSTR.mov____%rsi,0x10(%r14).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.e3324a8e6.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.e3324a8e6.CODE.1.ADDR.0x10.INSTR.mov____%rsi,0x10(%r14).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.fa2fd939b.CODE.1.ADDR.0x13.INSTR.mov____%rsi,0x10(%r14).fuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/SIGSEGV.PC.7ffff7a90c6d.STACK.fa2fd939b.CODE.1.ADDR.0x13.INSTR.mov____%rsi,0x10(%r14).fuzz -------------------------------------------------------------------------------- /crashes_diff_compile/substrat_overflow.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/crashes_diff_compile/substrat_overflow.wasm -------------------------------------------------------------------------------- /debug_crash_analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/debug_crash_analysis.md -------------------------------------------------------------------------------- /debug_tools/compile_debug/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/debug_tools/compile_debug/Cargo.toml -------------------------------------------------------------------------------- /debug_tools/compile_debug/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/debug_tools/compile_debug/src/main.rs -------------------------------------------------------------------------------- /debug_tools/diff_compile_debug/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/debug_tools/diff_compile_debug/Cargo.toml -------------------------------------------------------------------------------- /debug_tools/diff_compile_debug/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/debug_tools/diff_compile_debug/src/main.rs -------------------------------------------------------------------------------- /fuzz/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/fuzz/Cargo.toml -------------------------------------------------------------------------------- /fuzz/fuzz_targets/compile.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/fuzz/fuzz_targets/compile.rs -------------------------------------------------------------------------------- /fuzz/fuzz_targets/compile_with_llvm.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/fuzz/fuzz_targets/compile_with_llvm.rs -------------------------------------------------------------------------------- /fuzz/fuzz_targets/diff_compile_backend.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/fuzz/fuzz_targets/diff_compile_backend.rs -------------------------------------------------------------------------------- /fuzz/fuzz_targets/simple_instantiate.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/fuzz/fuzz_targets/simple_instantiate.rs -------------------------------------------------------------------------------- /fuzz/fuzz_targets/validate.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/fuzz/fuzz_targets/validate.rs -------------------------------------------------------------------------------- /fuzz/fuzz_targets/validate_all_feat.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/fuzz/fuzz_targets/validate_all_feat.rs -------------------------------------------------------------------------------- /hfuzz/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/hfuzz/Cargo.toml -------------------------------------------------------------------------------- /hfuzz/src/compile.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/hfuzz/src/compile.rs -------------------------------------------------------------------------------- /hfuzz/src/compile_kwasmd_config.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/hfuzz/src/compile_kwasmd_config.rs -------------------------------------------------------------------------------- /hfuzz/src/compile_with_config_with_llvm.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/hfuzz/src/compile_with_config_with_llvm.rs -------------------------------------------------------------------------------- /hfuzz/src/compile_with_llvm.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/hfuzz/src/compile_with_llvm.rs -------------------------------------------------------------------------------- /hfuzz/src/compile_with_threads.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/hfuzz/src/compile_with_threads.rs -------------------------------------------------------------------------------- /hfuzz/src/diff_compile_backend.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/hfuzz/src/diff_compile_backend.rs -------------------------------------------------------------------------------- /hfuzz/src/instantiate_binaryen.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/hfuzz/src/instantiate_binaryen.rs -------------------------------------------------------------------------------- /hfuzz/src/simple_instantiate.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/hfuzz/src/simple_instantiate.rs -------------------------------------------------------------------------------- /hfuzz/src/validate.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/hfuzz/src/validate.rs -------------------------------------------------------------------------------- /hfuzz/src/validate_all_feat.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/hfuzz/src/validate_all_feat.rs -------------------------------------------------------------------------------- /honggfuzz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/honggfuzz.md -------------------------------------------------------------------------------- /images/afl_rust_interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/images/afl_rust_interface.png -------------------------------------------------------------------------------- /images/cargofuzz_interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/images/cargofuzz_interface.png -------------------------------------------------------------------------------- /images/honggfuzz_interface_compile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/images/honggfuzz_interface_compile.png -------------------------------------------------------------------------------- /images/honggfuzz_interface_validate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/images/honggfuzz_interface_validate.png -------------------------------------------------------------------------------- /images/kcov_coverage_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/images/kcov_coverage_example.png -------------------------------------------------------------------------------- /scripts/testwasmer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/scripts/testwasmer.sh -------------------------------------------------------------------------------- /testcase_minimization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wasmerio/wasm-fuzz/HEAD/testcase_minimization.md --------------------------------------------------------------------------------