Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: demangle function names in Rust compilation tests
The function names in both the .mir and .wat files are demangled in tests before `expect!` comparison. This makes tests stable when rust toolchain version changes and more readable.
- Loading branch information