...

Text file src/github.com/tetratelabs/wazero/.github/ISSUE_TEMPLATE/bug-report.md

Documentation: github.com/tetratelabs/wazero/.github/ISSUE_TEMPLATE

     1---
     2name: Bug Report
     3about: Create a report to help us improve wazero.
     4title: ''
     5labels: bug
     6assignees: ''
     7
     8---
     9
    10**Describe the bug**
    11A clear and concise description of what the bug is.
    12
    13**To Reproduce**
    14Description of the host and wasm code that reproduces the behavior.
    15Smoothest debugging will be if you can share a repository with the
    16actual code.
    17
    18**Expected behavior**
    19A clear and concise description of what you expected to happen.
    20
    21**Screenshots**
    22If 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**
    31Add any other context about the problem here.

View as plain text