Skip to content

Commit 5778c9f

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent cfd73c9 commit 5778c9f

File tree

3 files changed

+47
-16
lines changed

3 files changed

+47
-16
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
122122
- [TypeScript](#typescript)
123123
- [Verilog/SystemVerilog](#verilog)
124124
- [Vim Script](#vim-script)
125+
- [WebAssembly](#wasm)
125126

126127
#### [Multiple Languages](#multiple-languages-1)
127128

@@ -167,7 +168,6 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
167168
- [Terraform](#terraform)
168169
- [Translation](#translation)
169170
- [Vue.js](#vue)
170-
- [Webassembly](#wasm)
171171
- [Writing](#writing)
172172
- [YAML](#yaml)
173173
- [git](#git)
@@ -1358,6 +1358,15 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea
13581358
- [vint](https://github.com/Kuniwak/vint) :warning: — Fast and Highly Extensible Vim script Language Lint implemented by Python.
13591359

13601360

1361+
<a name="wasm" />
1362+
<h2>WebAssembly</h2>
1363+
1364+
1365+
- [Twiggy](https://rustwasm.github.io/twiggy) :warning: — Analyzes a binary's call graph to profile code size. The goal is to slim down wasm binary size.
1366+
1367+
- [wasm-language-tools](https://github.com/g-plane/wasm-language-tools) — 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.
1368+
1369+
13611370
## Multiple languages
13621371

13631372

@@ -2304,13 +2313,6 @@ TruffleHog is an open source secret-scanning engine that resolves exposed secret
23042313
- [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur) :warning: — Vue tooling for VS Code, powered by vls (vue language server). Vetur has support for formatting embedded HTML, CSS, SCSS, JS, TypeScript, and more. Vetur only has a "whole document formatter" and cannot format arbitrary ranges.
23052314

23062315

2307-
<a name="wasm" />
2308-
<h2>Webassembly</h2>
2309-
2310-
2311-
- [Twiggy](https://rustwasm.github.io/twiggy) :warning: — Analyzes a binary's call graph to profile code size. The goal is to slim down wasm binary size.
2312-
2313-
23142316
<a name="writing" />
23152317
<h2>Writing</h2>
23162318

data/api/tags.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,11 @@
334334
"name": "Visualforce",
335335
"value": "visualforce",
336336
"tag_type": "Language"
337+
},
338+
{
339+
"name": "WebAssembly",
340+
"value": "wasm",
341+
"tag_type": "Language"
337342
}
338343
],
339344
"other": [
@@ -557,11 +562,6 @@
557562
"value": "vue",
558563
"tag_type": "Other"
559564
},
560-
{
561-
"name": "Webassembly",
562-
"value": "wasm",
563-
"tag_type": "Other"
564-
},
565565
{
566566
"name": "Writing",
567567
"value": "writing",

data/api/tools.json

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20177,11 +20177,12 @@
2017720177
"categories": [
2017820178
"linter"
2017920179
],
20180-
"languages": [],
20181-
"other": [
20182-
"binary",
20180+
"languages": [
2018320181
"wasm"
2018420182
],
20183+
"other": [
20184+
"binary"
20185+
],
2018520186
"licenses": [
2018620187
"Other"
2018720188
],
@@ -21110,6 +21111,34 @@
2111021111
"demos": null,
2111121112
"wrapper": null
2111221113
},
21114+
"wasm-language-tools": {
21115+
"name": "wasm-language-tools",
21116+
"categories": [
21117+
"linter",
21118+
"formatter"
21119+
],
21120+
"languages": [
21121+
"wasm"
21122+
],
21123+
"other": [],
21124+
"licenses": [
21125+
"MIT License"
21126+
],
21127+
"types": [
21128+
"ide-plugin"
21129+
],
21130+
"homepage": "https://github.com/g-plane/wasm-language-tools",
21131+
"source": "https://github.com/g-plane/wasm-language-tools",
21132+
"pricing": null,
21133+
"plans": null,
21134+
"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.",
21135+
"discussion": null,
21136+
"deprecated": null,
21137+
"resources": null,
21138+
"reviews": null,
21139+
"demos": null,
21140+
"wrapper": null
21141+
},
2111321142
"weeder": {
2111421143
"name": "Weeder",
2111521144
"categories": [

0 commit comments

Comments
 (0)