I'm searching for a solution to retrieve multiple arrays of varying sizes from a webAssembly function call. Initially, I considered using a struct with multiple arrays and returning it, but I couldn't find any information on how to receive that struct in JavaScript. Unsure if that's even possible, what other options or alternatives do I have?