Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.1.0] Allow .wasm cc executable and dynamic library extension #17440

Merged
merged 6 commits into from
Feb 28, 2023

Commits on Feb 8, 2023

  1. Add .wasm cc artifact executable extension

    This allows creating a custom cc_toolchain that compiles to WebAssembly that outputs a wasm file with the standard extension, without needing to have a genrule that renames the file
    
    Closes bazelbuild#16091.
    
    PiperOrigin-RevId: 503921110
    Change-Id: I3ed9e50a945d2e415e2ab34bd99ceea481c987f0
    Scott Bennett authored and zaucy committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c7a503a View commit details
    Browse the repository at this point in the history
  2. Add .wasm cc dynamic library extension

    Similar to bazelbuild#16091 except also allow the `.wasm` extension for dynamic libraries.
    
    Closes bazelbuild#17374.
    
    PiperOrigin-RevId: 507668339
    Change-Id: Id85f98bb804e573e5f93a922b67baf75a22baf16
    zaucy committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    71c8cb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    e9bad36 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    81e3406 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a3869b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    75feba0 View commit details
    Browse the repository at this point in the history