We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
getExpressionInfo
table
call_indirect
The text was updated successfully, but these errors were encountered:
No branches or pull requests
getExpressionInfo
returns an object which has atable
field in it when called on acall_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-L2860C9However, this field is missing from the declaration file.
The text was updated successfully, but these errors were encountered: