This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Adding support for 64-bit call_indirect or full table64 support #46
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels