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 in the ComponentNameParser which is part of the component-model.
This helps to reduce compile time further when component-model is disabled.
I have looked up where the
semver
dependency is actually used inwasmparser
and it seems to me that the only location where it actually is used is in theComponentNameParser
which is part of thecomponent-model
.This helps to reduce compile time further when
component-model
is disabled.