If your WASM code doesn't change (isn't being downloaded at runtime from the Internet), then you could ahead-of-time compile it to native machine code (ARM/ARM64) and link it into your app.
It doesn't look like anyone's tried to do it for iOS but InNative has a compiler for Windows/Linux.