Hello,
I need implement remote updating some dll's for running pharo application. This dll's used by FFI.
I want done this by unloading dll from VM. Then loading new updated dll. And then continue app execution.
Is it possible?
Or only way is to restart pharo?