wasmerio/wasmer

wasmer_config::package::PackageHash - Refactor to enum

Opened this issue · 0 comments

Refactor the PackageHash type to be an enum.

Note: the inner field is currently private, so refactoring to an enum should be possible without a breaking change.

The enum should be #[non_exhaustive].

Originally posted by @syrusakbary in #4582 (comment)