Is there no way to pass complex structs between the host and the running application besides heap allocating them? I'm looking specifically at the embeddable Rust runtime for this
That will be supported via Interface Types. YouTube - WebAssembly Interface Types: Interoperate with All The Things!, but recently disabled it because too much has changed in the spec, which is still somewhat in flux. Once it has settled enough, we'll have a new implementation, see this issue
Last updated: Nov 22 2024 at 17:03 UTC