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
Now we execute code we want to verify in the same space, same VM where verifier works. User code can change behaviour of Lua, for example by overriding global variables, such as type, probably we should isolate it in separate process.
Now we execute code we want to verify in the same space, same VM where verifier works. User code can change behaviour of Lua, for example by overriding global variables, such as
type, probably we should isolate it in separate process.