cleanup, docs
This commit is contained in:
@@ -18,4 +18,4 @@ Formats a captured native backtrace frame array.
|
||||
Most page code should use `backtrace_capture()` instead. Use this helper when you already have raw frame pointers from lower-level diagnostic code.
|
||||
|
||||
:example
|
||||
print("backtrace_get_frames example\n");
|
||||
print(backtrace_get_frames(0, 0) == "" ? "(no frames available in the wasm sandbox)" : "frames captured", "\n");
|
||||
|
||||
Reference in New Issue
Block a user