Skip to content

Add "wasm-language-tools" #1662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions data/tools/wasm-language-tools.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: wasm-language-tools
categories:
- formatter
- linter
tags:
- wasm
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.
Loading