Skip to content

New release? #2371

Closed
Closed
@grovesNL

Description

@grovesNL

Summary

Could we create a new release sometime soon-ish? We're hitting the same problem as mentioned in #1374 and it would be nice if we could update to a new release to avoid this.

Additional Details

We're trying to use an unpublished version of web-sys/wasm-bindgen from git that contains updated WebGPU bindings, but another (transitive) dependency depends on published releases. This is a problem because two versions of wasm-bindgen-shared can't be used currently:

the package wasm-bindgen-shared links to the native library wasm_bindgen, but it conflicts with a previous package which links to wasm_bindgen as well

(this fails intentionally in this case due to https://github.com/rustwasm/wasm-bindgen/blob/master/crates/shared/Cargo.toml#L15-L18)

We've thought about a couple options to workaround it in the meantime, but neither work well for us:

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