Skip to content

wasm_bindgen/BUILD.bazel is missing from 0.2.1 release #1246

@flaub

Description

@flaub

There seem to be some files missing from the released tarballs. Here's the WORKSPACE that fails for me:

http_archive(
    name = "rules_rust",
    sha256 = "b58c63a6d8221f408f8852b4f74f81bc8c7aac9273f3899a74e32e6168a2c624",
    url = "https://github.com/bazelbuild/rules_rust/releases/download/0.2.1/rules_rust-v0.2.1.tar.gz",
)

load("@rules_rust//wasm_bindgen:repositories.bzl", "rust_wasm_bindgen_repositories")

rust_wasm_bindgen_repositories()

I get the following error:

Label '@rules_rust//wasm_bindgen:repositories.bzl' is invalid because 'wasm_bindgen' is not a package; perhaps you meant to put the colon here: '@rules_rust//:wasm_bindgen/repositories.bzl'?

Downloading the tarball manually and inspecting the contents, it does appear that wasm_bindgen/BUILD.bazel is misssing.

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