This release changes fetchSolc and fetchAndLoadSolc to both default to using the WebAssembly builds.
In addition, this is a breaking release for users of the repository.baseUrl parameter defined in FetchOptions. This value must now exclude the trailing /bin or /wasm. Build architecture is now specified in FetchOptions as build: "wasm" | "emscripten".