We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279cbfe commit cfd73c9Copy full SHA for cfd73c9
data/tags.yml
@@ -331,9 +331,9 @@
331
- name: Vue.js
332
value: vue
333
type: other
334
-- name: Webassembly
+- name: WebAssembly
335
value: wasm
336
- type: other
+ type: language
337
- name: Writing
338
value: writing
339
data/tools/wasm-language-tools.yml
@@ -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