Thanks! i will close this conversion now. https://github.com/bytecodealliance/wasmtime/pull/11739
becker has marked this topic as resolved.
a precompiled binary should be fine between major versions.
Be aware that version is only one input into the compatibility check; the other two major categories of inputs are host characteristics (e.g. architecture, OS, CPU features) and parts of the engine's Config. If any of those other things matter you can capture them all with Engine::precompile_compatibility_hash.
Last updated: Dec 06 2025 at 06:05 UTC