Unwinding through foreign function stack frames is tricky, the semantics have to be compatible for it to be sound. The problem statement is here: - https://github.com/rustfoundation/interop-initiative/blob/main/problem-space/0006-exceptions-and-unwinding.md This problem is currently out of scope for Crubit, because Google's coding standards ban exceptions.
Unwinding through foreign function stack frames is tricky, the semantics have to be compatible for it to be sound.
The problem statement is here:
This problem is currently out of scope for Crubit, because Google's coding standards ban exceptions.