Skip to content

Rust async_support::spawn is not multi-version-safe #1305

Open
@alexcrichton

Description

@alexcrichton

The support for spawn is not integrated with the C ABI changes from #1254 meaning that it can lead to seemingly broken situations where if there's an import/export version mismatch then tasks spawned by imports won't actually do anything and are just leaked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    asyncRelated to async/streams in the component model.gen-rustRelated to bindings for Rust-compiled-to-WebAssembly

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions