-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
wasm-micro-runtime: add latest version (2.2.0) #6283
base: dev
Are you sure you want to change the base?
Conversation
I'm a bit confused on the failures here, it builds fine on my machine (though I'm using VS2022 so... Maybe that's it?). The error looks like it can't find a kernel function but that doesn't make any sense, the CMakeLists should be handling that part. |
Okay, so it looks like, for the failing windows targets, it's trying to redefine |
@star-hengxing I didn't know about that one, thanks for that, I believe I applied it correctly. |
cc @waruqi |
I just tried to fix the patch thing for windows by only having it apply on windows... Hopefully that fixes it. |
@star-hengxing Looks like either I broke the patch somehow or something else is wrong, it's being rejected when it gets applied |
This PR adds version 2.2.0 of WAMR. I have verified that it builds (without need for patches) with both the default configuration and with a modified configuration enabling most options.