-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[wasi] Implement TODO in mono-threads-wasi.S #101337
Conversation
Noticed this TODO and since we're using an LLVM version that contains this change we can fix it.
looks like this is breaking something so marking as no-merge for now:
|
ac8295a
to
3c3aec5
Compare
3c3aec5
to
0875d5c
Compare
|
It seems that some of the @radekdoulik do you see same issues on emscripten bump ? |
/ba-g I opened #104418 for the deadlocks |
We're using an LLVM version that contains support for
__stack_low
and__stack_high
so we can use it to get the wasm stack bounds.