Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Improve build times by disabling wasm-builder in no_std #2308

Merged
merged 1 commit into from
Mar 20, 2023

Commits on Mar 11, 2023

  1. Improve build times by disabling wasm-builder in no_std

    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.
    bkchr committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    4c70aad View commit details
    Browse the repository at this point in the history