An experimental Rust crate for instrumenting functions to print stack sizes to debug stack overflows

1 Open Issue Need Help Last updated: Jul 28, 2025

Open Issues Need Help

View All on GitHub
support webassembly about 1 month ago

AI Summary: Investigate the feasibility of adding WebAssembly support to the `stack-debug` Rust crate. This involves exploring the use of the `__stack_pointer` global variable to measure stack frame sizes in a WebAssembly environment. The solution needs to account for potential inaccuracies and limitations of this approach.

Complexity: 4/5
enhancement help wanted

An experimental Rust crate for instrumenting functions to print stack sizes to debug stack overflows

Rust