Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use semver depdency only when component-model is enabled (#1907)
I have looked up where the `semver` dependency is actually used in `wasmparser` and it seems to me that the only location where it actually is used is not primarily in the validator but in the component-model ComponentNameParser. This helps to reduce compile time further when `component-model` is disabled.
- Loading branch information