However, being an interpreter, Miri is limited in the kinds of code it can execute -- everything that would usually involve interacting with C libraries or the operating system needs to be specifically supported, as C code cannot be interpreted by Miri.
Miri also lacks support for some Rust features that are hard to interpret, but we are slowly closing these gaps.
However, being an interpreter, Miri is limited in the kinds of code it can execute -- everything that would usually involve interacting with C libraries or the operating system needs to be specifically supported, as C code cannot be interpreted by Miri.
Miri also lacks support for some Rust features that are hard to interpret, but we are slowly closing these gaps.