emscripten-core / emscripten-core/emscripten
uuid_generate() returns same IDs when called in AudioWorklet
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
`uuid_generate()` returns the same UUID on every call when called in an AudioWorklet instead of random UUIDs.
Repro: https://github.com/pioug/emscripten-worklet-uuid
This is a follow-up to https://github.com/emscripten-core/emscripten/issues/26522 and https://github.com/emscripten-core/emscripten/pull/26526. For the context, I am trying to upgrade Emscripten from v3 to v5 in projects at BandLab.
**Version of emscripten/emsdk:**
Built using Emscripten from `main` including commit `f9274bc033798e173218659f0b7a9762b879efd8`.
Contributor guide
Assessment
This issue has not been assessed yet.