-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[mono][wasm] Move some runtime code to a separate runtime.h/runtime.c… #95834
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
Conversation
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
The WasmBuildTests failures are relevant. |
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
pavelsavara
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the C part. The build changes would be good to coordinate with #95775
src/mono/wasm/runtime/runtime.c
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could kill this together with mono_wasm_enable_on_demand_gc. It's just internal and always on, AFAIK. Doesn't have to be on this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its part of the api right now.
|
In My guess is that you need to add the new file to runtime/src/mono/wasm/Wasm.Build.Tests/ProjectProviderBase.cs Lines 284 to 294 in 6de7549
cc @radical |
|
Tagging subscribers to 'arch-wasm': @lewing Issue Details… so it can be shared with wasi.
|
Its added, the error complains that driver.o was rebuilt/not rebuilt. |
|
@vargaz my PR has merged |
322edae to
4a0cc88
Compare
… so it can be shared with wasi.
… so it can be shared with wasi.