Basic knowledge of RollupFamiliarity with wasm pack output
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
60
調査方針
Examine the Rollup configuration in the repository, likely `rollup.config.js`, to identify the watch pattern. Look for how other file types are watched and add .wasm and .d.ts to the list. Test by running the build in watch mode while modifying a .wasm file to verify rebuild triggers.