From 0334a75c05672970db846ad0b458e12c166b9dbd Mon Sep 17 00:00:00 2001 From: Amanda Cameron Date: Wed, 14 May 2025 10:29:09 -0400 Subject: [PATCH 1/2] feat(bytecodealliance/wrpc/wit-bindgen-wrpc): scaffold bytecodealliance/wrpc/wit-bindgen-wrpc --- .../wrpc/wit-bindgen-wrpc/pkg.yaml | 2 ++ .../wrpc/wit-bindgen-wrpc/registry.yaml | 19 +++++++++++++++++++ .../wrpc/wit-bindgen-wrpc/scaffold.yaml | 2 ++ registry.yaml | 17 +++++++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/pkg.yaml create mode 100644 pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/registry.yaml create mode 100644 pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/scaffold.yaml diff --git a/pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/pkg.yaml b/pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/pkg.yaml new file mode 100644 index 00000000000..77a70972f19 --- /dev/null +++ b/pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: bytecodealliance/wrpc/wit-bindgen-wrpc@v0.14.0 diff --git a/pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/registry.yaml b/pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/registry.yaml new file mode 100644 index 00000000000..d55a91e3011 --- /dev/null +++ b/pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/registry.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json +packages: + - name: bytecodealliance/wrpc/wit-bindgen-wrpc + type: github_release + repo_owner: bytecodealliance + repo_name: wrpc + description: Wasm component-native RPC framework + version_constraint: "false" + version_overrides: + - version_constraint: "true" + asset: wit-bindgen-wrpc-{{.Arch}}-{{.OS}} + format: raw + windows_arm_emulation: true + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-musl + windows: pc-windows-gnu diff --git a/pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/scaffold.yaml b/pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/scaffold.yaml new file mode 100644 index 00000000000..f05f5f70be5 --- /dev/null +++ b/pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/scaffold.yaml @@ -0,0 +1,2 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/aqua-generate-registry.json +name: bytecodealliance/wrpc/wit-bindgen-wrpc diff --git a/registry.yaml b/registry.yaml index 1bdb1600f58..b5d44b6e2ac 100644 --- a/registry.yaml +++ b/registry.yaml @@ -16504,6 +16504,23 @@ packages: overrides: - goos: windows format: zip + - name: bytecodealliance/wrpc/wit-bindgen-wrpc + type: github_release + repo_owner: bytecodealliance + repo_name: wrpc + description: Wasm component-native RPC framework + version_constraint: "false" + version_overrides: + - version_constraint: "true" + asset: wit-bindgen-wrpc-{{.Arch}}-{{.OS}} + format: raw + windows_arm_emulation: true + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-musl + windows: pc-windows-gnu - type: github_release repo_owner: c-bata repo_name: kube-prompt From 59d0505aabce4bf177dcd8eb05deaeadc4a14eb8 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Thu, 15 May 2025 06:13:25 +0900 Subject: [PATCH 2/2] refactor: remove useless scaffold.yaml --- pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/scaffold.yaml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/scaffold.yaml diff --git a/pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/scaffold.yaml b/pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/scaffold.yaml deleted file mode 100644 index f05f5f70be5..00000000000 --- a/pkgs/bytecodealliance/wrpc/wit-bindgen-wrpc/scaffold.yaml +++ /dev/null @@ -1,2 +0,0 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/aqua-generate-registry.json -name: bytecodealliance/wrpc/wit-bindgen-wrpc