Skip to content

Wrong binaryen release downloaded for linux aarch64 #171

Description

@JakeOShannessy

In the function binaryenUrl converts aarch64 to arm64 to produce the URL to download binaryen. This is the correct behviour for mac, but on linux the correct architecture label for aarch64 releases is just aarch64.

"aarch64": "arm64",

The correct URL for linux aarch64 should be (assuming binaryen version_130):

https://github.com/WebAssembly/binaryen/releases/download/version_130/binaryen-version_130-aarch64-linux.tar.gz

not

https://github.com/WebAssembly/binaryen/releases/download/version_130/binaryen-version_130-arm64-linux.tar.gz

which is what is produced currently.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions