You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
When targeting wasm64 today llvm currently truncates the i64 pointer operand to call_indirect since call_indirect currently requires a i32.
Should we add support for an i64 operand to call_indirect as part of this proposal?
If so, should we do this by adding the concept of 64-bit-indexed table?
There have been some discussion of this already in both #43 and in #10 since I thought it worth creating a separate issue.