Skip to content

Commit c176297

Browse files
Merge pull request RoboStack#87 from nmarticorena/master
Add emscripten-wasm32 as a platform
2 parents 78c811e + e689935 commit c176297

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

copy-to-distro-specific-channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Configuration
77
BASE_URL = "https://conda.anaconda.org"
88
SOURCE_CHANNEL = "robostack-staging"
9-
PLATFORMS = ["linux-64", "linux-aarch64", "win-64", "osx-64", "osx-arm64", "noarch"]
9+
PLATFORMS = ["linux-64", "linux-aarch64", "win-64", "osx-64", "osx-arm64", "noarch", "emscripten-wasm32"]
1010

1111
def fetch_repodata(channel, platform):
1212
"""

docs/extra.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@
1414
width: 100%;
1515
height: 100%;
1616
border: 0;
17-
}
17+
}
18+
.md-grid {
19+
max-width: 1640px;
20+
}
21+
22+

utils/compare_pkg_completeness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def add_available(arch, pkg, versions=None):
6666
else:
6767
add_available(arch, rpkg, None)
6868

69-
archs = ('linux-64', 'win-64', 'osx-64', 'linux-aarch64', 'osx-arm64')
69+
archs = ('linux-64', 'win-64', 'osx-64', 'linux-aarch64', 'osx-arm64', 'emscripten-wasm32')
7070

7171
for a in archs:
7272
f.write(f" {a} |")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy