Render examples.

This commit is contained in:
Jeroen van Rijn
2025-10-10 12:24:28 +02:00
parent 4068eeb5fa
commit ece213afca
29 changed files with 146 additions and 139 deletions
-2
View File
@@ -1,2 +0,0 @@
// A reader for the Windows `PE` executable format for debug purposes.
package debug_pe
+1
View File
@@ -1,3 +1,4 @@
// A reader for the Windows `PE` executable format for debug purposes.
package debug_pe
PE_SIGNATURE_OFFSET_INDEX_POS :: 0x3c
+4 -3
View File
@@ -1,6 +1,6 @@
// Stack trace library. Only works when debug symbols are enabled using `-debug`.
package debug_trace
/*
Stack trace library. Only works when debug symbols are enabled using `-debug`.
Example:
import "base:runtime"
import "core:debug/trace"
@@ -47,4 +47,5 @@ Example:
...
}
*/
*/
package debug_trace