ruby.wasmがビルドできる - @ledsun blog で得た知見を元に、いつもの開発環境でビルドできるようできるでしょうか? Rubyのバージョンを安定版に rbenv local 3.3.2 submodule を recursiveに初期化 git submodule update --init --recursive 多分これが重要です。 依存パッケージを最新に bin/setup rustup update rustup target add wasm32-wasi ruby_wasm をリビルド bundle exec rake clean bundle exec rake compile ruby.wasm をリビルド rake build:clean rake build:download_prebuilt rake npm:ruby-head-wasm-wasi