summaryrefslogtreecommitdiff
path: root/test/lit/passes/trace-calls_multi-value-result.wast
Commit message (Collapse)AuthorAgeFilesLines
* Add TraceCalls pass (#6619)Marcin Kolny2024-06-211-0/+9
This pass receives a list of functions to trace, and then wraps them in calls to imports. This can be useful for tracing malloc/free calls, for example, but is generic. Fixes #6548