binaryen.js icon indicating copy to clipboard operation
binaryen.js copied to clipboard

CallIndirectInfo interface missing table field

Open GulgDev opened this issue 9 months ago • 0 comments

getExpressionInfo returns an object which has a table field in it when called on a call_indirect expression, specifying the name of the table to call the function from: https://github.com/WebAssembly/binaryen/blob/f77a69d7f64dffdcdda65c478ee2a93c2821349c/src/js/binaryen.js-post.js#L2852C5-L2860C9 However, this field is missing from the declaration file.

GulgDev avatar Mar 31 '25 19:03 GulgDev