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
See this spec test, it passes reference interpreter and it fails on WABT 1.0.21:
../imports.wast:574: error instantiating module: "actual size (1) smaller than declared (2)" ../imports.wast:579: unknown module in register ../imports.wast:580: unknown invoke "$Mgim1.grow" ../imports.wast:580: result length mismatch in assert_return: expected 1, got 0 ../imports.wast:581: error instantiating module: "invalid import "grown-imported-memory.memory"" ../imports.wast:586: unknown invoke "$Mgim2.size" ../imports.wast:586: result length mismatch in assert_return: expected 1, got 0
The text was updated successfully, but these errors were encountered:
This appears to have been fixed in #1738
Sorry, something went wrong.
No branches or pull requests
See this spec test, it passes reference interpreter and it fails on WABT 1.0.21:
The text was updated successfully, but these errors were encountered: