Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions pkgs/bytecodealliance/wasm-tools/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: bytecodealliance/wasm-tools@v1.211.1
- name: bytecodealliance/wasm-tools
version: v1.202.0
- name: bytecodealliance/wasm-tools
version: wasm-tools-1.0.60
53 changes: 53 additions & 0 deletions pkgs/bytecodealliance/wasm-tools/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: bytecodealliance
repo_name: wasm-tools
description: CLI and Rust libraries for low-level manipulation of WebAssembly modules
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 1.0.60")
asset: "{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}"
format: tar.gz
windows_arm_emulation: true
version_prefix: wasm-tools-
files:
- name: wasm-tools
src: "{{.AssetWithoutExt}}/wasm-tools"
replacements:
amd64: x86_64
arm64: aarch64
darwin: macos
overrides:
- goos: windows
format: zip
replacements: {}
- version_constraint: semver("<= 1.202.0")
asset: wasm-tools-{{trimV .Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
files:
- name: wasm-tools
src: "{{.AssetWithoutExt}}/wasm-tools"
replacements:
amd64: x86_64
arm64: aarch64
darwin: macos
overrides:
- goos: windows
format: zip
- version_constraint: "true"
asset: wasm-tools-{{trimV .Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
files:
- name: wasm-tools
src: "{{.AssetWithoutExt}}/wasm-tools"
replacements:
amd64: x86_64
arm64: aarch64
darwin: macos
overrides:
- goos: windows
format: zip
replacements: {}
1 change: 1 addition & 0 deletions pkgs/bytecodealliance/wasm-tools/scaffold.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name: bytecodealliance/wasm-tools
51 changes: 51 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading