Skip to content

Thread Proposal and Determinism / Reproducibility #1485

Open
@adamgfraser

Description

@adamgfraser

One of the advantages of WASM programs has been that with very limited exceptions they are deterministic and so they can also be executed reproducibly. The inclusion of threads has the potential to introduce a new very large exception to that.

Has there been any discussion of supporting features to allow WASM program involving threads to be executed reproducibly? For example recording the ordering in which shared memory interactions occur and allowing a program to be executed with the same ordering as a previous execution?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions