kellpossible / kellpossible/stack-debug
support webassembly
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 7
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
It might be possible to support webassembly via the __stack_pointer global, perhaps we can read it before and after executing the function code. I'm not sure how well that will work but it could be worth a try.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the crate's existing function-instrumentation and stack-measurement paths, then investigate how WebAssembly exposes the __stack_pointer global before and after function execution. Done means the crate can measure and report stack sizes for supported WebAssembly functions, with behavior verified by relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, wasm
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100