It's not clear that it would, or that the execution time of said interpreter would be fast enough to make it work. Miri interprets Rust code and it is, from what I hear, orders of magnitude slower. And for some applications, even debug builds of Rust are too slow. So it really just depends.
(It is also going to be slower than an interpreter focused on runtime speed would be, the point is more that interpreters aren't magic.)
(It is also going to be slower than an interpreter focused on runtime speed would be, the point is more that interpreters aren't magic.)