New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

prettier-plugin-wat

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-wat

Prettier plugin for WebAssembly Text format

latest
Source
npmnpm
Version
0.0.1-alpha.5
Version published
Maintainers
1
Created
Source

prettier-plugin-wat

Note This plugin is currently in alpha. It may not support all WebAssembly Text Format syntax yet.

This is a Prettier plugin for the WebAssembly Text Format (.wat).

Installation

Install Prettier and the plugin:

npm install --save-dev prettier prettier-plugin-wat

Usage

Create a .prettierrc file in your project root and add the plugin:

{
  "plugins": ["prettier-plugin-wat"]
}

Then you can format your .wat files:

npx prettier --write your-file.wat

Development

See DEVELOPMENT.md for details on how to develop this plugin.

License

MIT

Keywords

prettier

FAQs

Package last updated on 12 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts