bytecodealliance / bytecodealliance/wasm-tools
wasm-wave: Pretty printing
Open
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 351
- Avg merge
- 16h 57m
- Merged PRs (30d)
- 38
Description
I would love to pretty print WAVE text records over multiple lines, like Rust's `{:#?}` formatting.
Contributor guide
Research direction
Start by locating the wasm-wave WAVE text-record formatter and any existing formatting tests in the Rust workspace. Define the expected multiline output from Rust-style `{:#?}` behavior, add coverage for pretty printing, and verify the formatting behavior with the relevant test suite.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, wasm
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100