messing around with testing using keyword in proc args (with new debug support)

This commit is contained in:
2025-07-19 00:07:36 -04:00
parent fe8e84f9bd
commit 3769413a50
8 changed files with 31 additions and 32 deletions

View File

@ -114,6 +114,7 @@ RuntimeState :: struct {
@thread_local
worker_thread: sectr.ThreadWorkerContext
// TODO(Ed): Only persisent needs to be allocated by the host.
ClientMemory :: struct {
persistent : VArena,
frame : VArena,
@ -279,6 +280,8 @@ sync_sectr_api :: proc( sectr_api : ^sectr.ModuleAPI, memory : ^ClientMemory, lo
}
}
// TODO(Ed): Put data segment memory in a Host_DataSegment struct.
fmt_backing : [16 * Kilobyte] u8
persistent_backing : [32 * Megabyte] byte