You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ea = i + memarg.offset
ea + |t|/8 ≤ |S.mems[F.module.memaddrs[0]].data| // ordinary store
ea = i + memarg.offset
ea + N/8 ≤ |S.mems[F.module.memaddrs[0]].data| // packed store
The current spectec rules Step/store-num-val and Step/store-pack-val omit those premises.
The WebAssembly Specification Release 1.0 PDF Section 4.4.4:
The current spectec rules
Step/store-num-valandStep/store-pack-valomit those premises.