Commit e2ec2e4d authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment