github.com/wasilibs/wazerox@v0.0.0-20240124024944-4923be63ab5f/.github/ISSUE_TEMPLATE/bug-report.md (about)

     1  ---
     2  name: Bug Report
     3  about: Create a report to help us improve wazero.
     4  title: ''
     5  labels: bug
     6  assignees: ''
     7  
     8  ---
     9  
    10  **Describe the bug**
    11  A clear and concise description of what the bug is.
    12  
    13  **To Reproduce**
    14  Description of the host and wasm code that reproduces the behavior.
    15  Smoothest debugging will be if you can share a repository with the
    16  actual code.
    17  
    18  **Expected behavior**
    19  A clear and concise description of what you expected to happen.
    20  
    21  **Screenshots**
    22  If applicable, add screenshots to help explain your problem.
    23  
    24  **Environment (please complete the relevant information):**
    25  - Go version: [e.g. 1.19.1]
    26  - wazero Version: [e.g. c815060196bbfaa2d0f66a6ddbe64ba026523944]
    27  - Host architecture: [e.g. amd64]
    28  - Runtime mode: [e.g. interpreter or compiler]
    29  
    30  **Additional context**
    31  Add any other context about the problem here.