Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions emsdk_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,16 @@
"activated_cfg": "MINGW_ROOT='%installation_dir%'",
"activated_path": "%installation_dir%/bin"
},
{
"id": "ninja",
"version": "1.11.1",
"bitness": 64,
"windows_url": "ninja-1.11.1-win.zip",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The artifact would be good to be named x64 here. (I presume the Windows artifact is x64 and not arm64). Does this work with arm64? Can we bundle a separate windows arm64 version?

"linux_url": "ninja-1.11.1-linux.zip",
"macos_url": "ninja-1.11.1-mac.zip",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise here for Linux x64 vs arm64, and mac x64 vs arm64?

"activated_cfg": "NINJA_ROOT='%installation_dir%'",
"activated_path": "%installation_dir%"
},
{
"id": "ninja",
"version": "git-release",
Expand Down