Skip to content

Commit cfd73c9

Browse files
authored
Add "wasm-language-tools" (#1662)
* Add "wasm-language-tools" * Add missing homepage
1 parent 279cbfe commit cfd73c9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

data/tags.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,9 @@
331331
- name: Vue.js
332332
value: vue
333333
type: other
334-
- name: Webassembly
334+
- name: WebAssembly
335335
value: wasm
336-
type: other
336+
type: language
337337
- name: Writing
338338
value: writing
339339
type: other

data/tools/wasm-language-tools.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: wasm-language-tools
2+
categories:
3+
- formatter
4+
- linter
5+
tags:
6+
- wasm
7+
license: MIT License
8+
types:
9+
- ide-plugin
10+
source: "https://github.com/g-plane/wasm-language-tools"
11+
homepage: "https://github.com/g-plane/wasm-language-tools"
12+
description: >-
13+
WebAssembly Language Tools aims to provide and improve the editing experience of WebAssembly Text Format.
14+
It also provides an out-of-the-box formatter (a.k.a. pretty printer) for WebAssembly Text Format.

0 commit comments

Comments
 (0)