まずは実験的ツールの紹介 componentize_any というコマンドラインツールを作りました。Rubyで書いたので以下の方法でインストールしてください。 $ gem install componentize_any ## もしくは $ git clone https://github.com/udzura/componentize_any.git && cd componentize_any $ bundle install 以下のようなスクリプトを用意します。(wittyファイルとでも名付けました) witty do world do export "wasi:cli/run@0.2.…