At a high level this is a pretty simple issue where this module: (module (memory 1) (func (param i32) (result v128) local.get 0 v128.load32_splat ) ) generates this code by default on x86_64: $ car...
I did a bit of work recently to get a build of XNNPACK working with Wasmtime. My original motivation for doing this was that XNNPACK has been used as a benchmark to evaluate a number of changes to ...