Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

WASM_WORKERS flag has stubbed out mutex/semaphore implementations #25518

Copy link
Copy link
@eyebrowsoffire

Description

@eyebrowsoffire
Issue body actions

I noticed that the WASM_WORKERS flag includes the implementations of mutexes and semaphores which are just no-ops. This seems a bit surprising to me, as it's a flag that's meant to allow multi-threading with shared memory. It might be worth considering making it use either a real mutex/semaphore implementation, or maybe an implementation that would noisily complain if those APIs are used (or at least used in a multi-threaded fashion).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.