これがマージされたら --toolset を指定しなくてもデフォルトで swift run や swift test で WasmKit が走るようになりそうですね. ただ,ホストのファイルへのアクセスとかがあるなら結局追加のフラグが必要になるから自前の toolset でオーバーライドすることが多そうな気もしますが.
As WasmKit is included in recent development snapshots of the swift.org toolchain, we should select it as a default debugger and test runner when a Wasm triple is selected. User toolsets can still ...