When compiling mem.c is complied with clang with --target=wasm32 and using the clang -> llc -> s2wasm -> wast2wasm toolchain the data section is the expected output in the mem.c.wast file.
I'm trying to initialize a somewhat complex array of structs in C, and I'm running into some problems. I want to initialize an array of structs; each struct consists of a few fields, including one ...
initialization, types of arrays, array syntax, advantages and disadvantages, and many more.