`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.