You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test for wasm workers with `emscripten_futex_wait` was added in back
in #21618 but AFAICT it was only even working when pthread support was
also enabled.
However because the stub was simply returning 0 in all cases it was
enough to make it seems as if the API was working when it wasn't.
Indeed the `test/webaudio/audioworklet_worker.c` test seems to have
been written under the assumption that this API was available for use
in wasm workers.
It seems better to return ENOTSUP unless the API is actually available.
0 commit comments