Honor ModuleVersionStrategy in Engine::precompile_compatibility_hash#6457
Conversation
02402c2 to
e7a07a1
Compare
Subscribe to Label Actioncc @peterhuene DetailsThis issue or pull request has been labeled: "wasmtime:api", "wasmtime:config"Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
Label Messager: wasmtime:configIt looks like you are changing Wasmtime's configuration options. Make sure to
DetailsTo modify this label's message, edit the To add new label messages or remove existing label messages, edit the |
|
Hmm, for some reason clicking the checkboxes does nothing. I imagine someone else needs to do this? |
When looking into replacing our bespoke implementation of #5826, I noticed it would not make use of a custom versioning strategy. This makes it so we cannot assert compatibility if we determine things work for our use case. This is important because we have to re-serialize a ton of modules when versions change, and don't want to do so unnecessarily.