fix(wasi): update wasi stubs
Today, WASI does not support atomics. Support for WASI in Abseil was added in #1509 and needs to be refreshed.
Note that there is a roadmap item for wasi that will give us access to atomics via the component model's cooperative threads feature. Implementations are in progress but this may take a few months and so in the mean time, we need this fix.
I created an example with the necessary stubs that are missing from upstream abseil and validated that these can be removed with the changes in this PR: https://github.com/ricochet/wasi-protobuf/blob/main/wasi-build/wasi_stubs.cpp
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Thank you that simplified it quite a bit 👍