a RuboCop AST checker & converter on browser powered by wasm.
website: https://rubocop-ast-wasm.vercel.app/
article: https://euglena1215.hatenablog.jp/entry/2023/02/11/160922
# Make public/rubocop-ast.wasm
$ cd rubocop-ast.wasm
$ rake
$ cd ..
# Start web application
$ yarn
$ yarn dev