1f76f73fee
A TB containing a guest store is miscompiled by the wasm backend: it corrupts a pointer that a later load faults on. It reproduces in uzlib inflate during the reader's font prewarm (browser panics with a rejected Load access fault); native QEMU decompresses the same static flash font fine, confirming a wasm32 codegen bug. Force store-containing TBs onto the TCI interpreter as the working workaround. Perf ceiling: those TBs no longer JIT-compile. Upgrade path: localize the miscompiled op in tcg_wasm_out_qemu_st and drop this.