folkertdev wrote: It looks like a bug on first glance, and there probably have been many similar issues in the past where someone forgot to update a 4 to an 8 or an `i32` to a `i64` for wasm64.
In this particular case using a slot size of 4 can actually work, so perhaps this PR was over-eager. From the rust side I think all we'd like to see is a deliberate choice. https://github.com/llvm/llvm-project/pull/173580 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
