I expect there are 2 options: Either you can make a good (fast) browser without it (unlikely or everyone would do it), or it is possible to do because Safari has to work somehow.
> apple won’t let you publish an app that can
Agreed, but we're talking about whether you can technically make such an app, say to run in dev mode on your own personal device.
Dev mode is still limited and doesn't grant root access to the device. In dev mode there's still an app certificate, and Apple still signs it, and still prohibits escaping the app sandbox. There are also JIT specific entitlements to allow an app to dynamically load or generate code. Without those, it's unclear how feasible a developer-signed version of Firefox on iOS is.
> apple won’t let you publish an app that can
Agreed, but we're talking about whether you can technically make such an app, say to run in dev mode on your own personal device.