Fixed legacy-provider-syntax for wasm_bindgen (#564)

This does more or less the same thing as @rules_nodejs//packages/labs/protobufjs:ts_proto_library.bzl but this change drops the legacy provider syntax.

closes #443

* Fixed legacy-provider-syntax for wasm_bindgen

* Regenerate documentation
10 files changed
tree: a4cb1c2fcafec25b89989b077d27a802865b30e9
  1. .bazelci/
  2. bindgen/
  3. cargo/
  4. docs/
  5. examples/
  6. proto/
  7. rust/
  8. test/
  9. tools/
  10. util/
  11. wasm_bindgen/
  12. .bazelignore
  13. .gitignore
  14. AUTHORS
  15. BUILD
  16. CODEOWNERS
  17. CONTRIBUTING.md
  18. CONTRIBUTORS
  19. LICENSE.txt
  20. README.md
  21. WORKSPACE
  22. workspace.bzl
README.md

Rust Rules

  • Postsubmit Build status
  • Postsubmit + Current Bazel Incompatible Flags Build status

Overview

This repository provides rules for building [Rust][rust] projects with Bazel.

Community

Please refer to the full documentation.