The current ?stack=A|B format is too rigid.
We need to support standard deep link formats like myapp://splash/home/detail.
To-Do:
- Extract WispUriParser interface.
- Implement a default parser that splits URI path by /.
- Allow custom parser injection in Wisp.initialize().