sbc100 wrote: > If we don't do `i32.wrap_i64` for table index anymore, can our `call_indirect` take an i64? Yes with a 64-bit table all indexes must be 64-bit too, including those passed to `call_indirect` https://github.com/llvm/llvm-project/pull/92042