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

Add linux/arm64 support to bazel rules #1156

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    8023de9 View commit details
    Browse the repository at this point in the history
  2. Make linux arm64 sha optional and PR feedback

    Not all releases have linux shas. Use getattr to default to no sha if none was
    present. This way non linux arm64 builds should not fail.
    robbertvanginkel committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    0baa482 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

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

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    fd18c37 View commit details
    Browse the repository at this point in the history
  2. Update linux arm64 sha for 3.1.33

    This is the latest arm64 release according to emscripten-core#1204. There do not seem to be a any releases between .21 and .33.
    robbertvanginkel authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    14a3132 View commit details
    Browse the repository at this point in the history