mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +00:00
2693: Add extra validation to compilers & engines r=ptitSeb a=Amanieu - Cranelift and singlepass now properly cross-compile with no dependency on the host target. - Staticlib engine now panics if you try to run a freshly compiled module. - CPU features used when a module was compiled are now checked against the host CPU features during instantiation. Fixes #1567 Fixes #2590 Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>