prettier-plugin-wat
v0.0.1-alpha.5
Published
Prettier plugin for WebAssembly Text format
Downloads
10
Readme
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-watUsage
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.watDevelopment
See DEVELOPMENT.md for details on how to develop this plugin.
