wasmerio/wasmer

Assure compatibility between WebC versions

Closed this issue · 0 comments

We should have tests that can convert between WebC versions (in the pirita crate) easily:

That means that we can convert from WebC V3 to WebC V2 (it will not have markle hashes, or timestamps).

Forward (up):

  • V1 -> V2
  • V2 -> V3

Backwards (down):

  • V3 -> V2
  • V2 -> V1

So we can do V1 -> V3 and V3 -> V1