According to zemscripten's (https://github.com/zig-gamedev/zemscripten) README, I can add the emsdk to my build.zig.zon with ```
zig fetch --save https://github.com/emscripten-core/emsdk/archive/refs/tags/4.0.3.tar.gz
Is there a way to have my build system for my zig project to pull down emsdk toolchain automatically like this?