---
name: Fuzz Bug Report
about: Report a fuzz bug in Wasmtime or Cranelift
title: '<target> fuzzbug: '
labels: bug, fuzz-bug
assignees: ''
---
Thanks for filing an issue! Please fill out the TODOs below, and change `<target>` in the title to the corresponding fuzzing target.
<details>
<summary>Test case input</summary>
```
TODO_paste_the_base64_encoded_input_here
```
</details>
<details>
<summary>`cargo +nightly fuzz fmt` output</summary>
```
TODO_paste_cargo_fuzz_fmt_output_here
```
</details>
<details>
<summary>Stack trace or other relevant details</summary>
```
TODO_paste_the_report_here
```
</details>