Continue work on hot-reload functionality

This commit is contained in:
Riyyi
2026-09-06 18:06:12 +02:00
parent aea791fe2b
commit 6edcce16c6
3 changed files with 151 additions and 29 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import "core:time"
import "core:fmt"
@(export)
hello :: proc() {
init :: proc() {
fmt.println("hello from .dll!")
}