Improve build times by disabling wasm-builder in `no_std` (#2308)
There is no need to compile wasm-builder in `no_std` as we skip the compilation of the crate any way. So, we can also directly disable wasm-builder as dependency in `no_std` to improve build times.
parent
f1769cb2
Please register or sign in to comment