Skip to content

windows + atomics #1

@bnoordhuis

Description

@bnoordhuis

@saghul brought up that quickjs currently doesn't compile with msvc unless you cut out atomics.

My hunch is that this can be fixed by:

  • targeting VS 2022 for proper C11 support, and

  • switching to C11 for <stdatomic.h>, and

  • replacing the pthreads stuff with their standard counterparts from <threads.h>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions