-
Notifications
You must be signed in to change notification settings - Fork 70
Latest WAMR #650
New issue
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
Latest WAMR #650
Conversation
|
Pre-emptively approved this so that you can merge when done. |
d15554b to
f00c70c
Compare
|
@Shillaker it looks as though we may be running out of RAM for the TSAN build :/ The available RAM for Linux GH hosted runners is 7 GB. I have tried increasing the swap space, but we are out of luck running inside a container, and I would be surprised if we could do that in a GitHub hosted runner anyway. Let's discuss offline what's the best way to fix this. |
In this PR I bump the WAMR fork to the latest commit as of today, and cherry pick the codegen fixes from #642. This changes fix the broken tests in #635.
I also cleanup our diff with the upstream WAMR, minimising the changes to only those we need.
I have had to comment out one of the additions in #642, see here. I will get on with the memory growth/shrinking in a separate PR.
Closes #635