Skip to content

change module name to wasi_snapshot_preview1 #47

Description

@codefromthecrypt

I came across below from rust-lang making a triple wasm32-wasi-preview1-threads

That's not right, wasi-threads is an extension to the Wasi Preview 1 specification which adds support for threads. That rationale was been clearly described in the rust-lang/compiler-team#574. The only thing that's changed since is that rust-lang/compiler-team#607 has been accepted, but that doesn't change the relationship between the base target and the threads extension. Since the compiler team has already accepted that rationale, it doesn't seem particularly productive to relitigate that in this PR

I am probably wrong, but I interpreted this as wasi-threads being an extension like the socket ABIs (sock_accept etc), which was added after the fact to wasi_snapshot_preview1. Can you clarify the position on this. Particularly, if this is a part of the wasi_snapshot_preview1 or not, and if this is intentionally in witx or will be converted to component model?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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