Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 468 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 468 Bytes

Hot reload test

quick attempt to test out hot-reloading of dlls in runtime with transferable state. the fibbonaci module will slowly output the next fibbonaci number (either ascending or descending). It is possible to modify the code in runtime and when the dll is swapped it will also attempt to transfer the state.

Based on an article from Our Machinery RIP