We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, the mono interpreter requires that all interop methods have their signature declared here: https://github.com/mono/mono/blob/174aeaa31c9d80a53c6c7981ba7206825cd1ea4d/mcs/tools/wasm-tuner/InterpToNativeGenerator.cs#L15
This can be used to detect missing things: https://gist.github.com/jeromelaban/ac625399c6e79e7f9d40141f7bbf9b3a
The text was updated successfully, but these errors were encountered:
Added a console runner to at least log the issues: #1333
This only really is needed when the C API changes.
Sorry, something went wrong.
No branches or pull requests
Right now, the mono interpreter requires that all interop methods have their signature declared here:
https://github.com/mono/mono/blob/174aeaa31c9d80a53c6c7981ba7206825cd1ea4d/mcs/tools/wasm-tuner/InterpToNativeGenerator.cs#L15
This can be used to detect missing things:
https://gist.github.com/jeromelaban/ac625399c6e79e7f9d40141f7bbf9b3a
The text was updated successfully, but these errors were encountered: