From 4f7e52cf4a5dcce898320723e1cd8a4d7cccbc24 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 20 Feb 2025 10:26:04 +0800 Subject: [PATCH 1/2] Add "wasm-language-tools" --- data/tags.yml | 4 ++-- data/tools/wasm-language-tools.yml | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 data/tools/wasm-language-tools.yml diff --git a/data/tags.yml b/data/tags.yml index 6c96673d7..8b8e3d5d3 100644 --- a/data/tags.yml +++ b/data/tags.yml @@ -331,9 +331,9 @@ - name: Vue.js value: vue type: other -- name: Webassembly +- name: WebAssembly value: wasm - type: other + type: language - name: Writing value: writing type: other diff --git a/data/tools/wasm-language-tools.yml b/data/tools/wasm-language-tools.yml new file mode 100644 index 000000000..4a74bd202 --- /dev/null +++ b/data/tools/wasm-language-tools.yml @@ -0,0 +1,13 @@ +name: wasm-language-tools +categories: + - formatter + - linter +tags: + - wasm +license: MIT License +types: + - ide-plugin +source: "https://github.com/g-plane/wasm-language-tools" +description: >- + WebAssembly Language Tools aims to provide and improve the editing experience of WebAssembly Text Format. + It also provides an out-of-the-box formatter (a.k.a. pretty printer) for WebAssembly Text Format. From 92a34d10cb7e5c726e6d0eb61c3ef94c87552f71 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 20 Feb 2025 10:32:33 +0800 Subject: [PATCH 2/2] Add missing homepage --- data/tools/wasm-language-tools.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/tools/wasm-language-tools.yml b/data/tools/wasm-language-tools.yml index 4a74bd202..bcce233e1 100644 --- a/data/tools/wasm-language-tools.yml +++ b/data/tools/wasm-language-tools.yml @@ -8,6 +8,7 @@ license: MIT License types: - ide-plugin source: "https://github.com/g-plane/wasm-language-tools" +homepage: "https://github.com/g-plane/wasm-language-tools" description: >- WebAssembly Language Tools aims to provide and improve the editing experience of WebAssembly Text Format. It also provides an out-of-the-box formatter (a.k.a. pretty printer) for WebAssembly Text Format.