Skip to content

support multiple fuzzer instances in build system web interface #24652

@mlugg

Description

@mlugg

Split from #24588.

The build system web interface currently only supports a single fuzz test step. It must be enhanced to show the user all steps with fuzz tests, and allow the user to view information on any of them.

Because the fuzzer UI includes an in-browser source code view, fixing this issue properly will require enhancing that logic -- currently in lib/docs/wasm/Walk.zig -- to avoid global state, instead allowing separate instances of the Zig source code state to be created.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSolving this issue will likely involve adding new logic or components to the codebase.zig build systemstd.Build, the build runner, `zig build` subcommand, package management

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions