Skip to content

Commit f9e50ae

Browse files
Update docs/internal/3i.md
Co-authored-by: Justin Cappos <[email protected]>
1 parent 5847aae commit f9e50ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internal/3i.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Represents a single Grate function entry shared between the lind-3i crate in was
115115

116116
| Field | Type | FunDescriptionction |
117117
|--------------|--------------------|-----------------------------------------------------------------------------------|
118-
| `fn_ptr` | `*const c_void` | A C-ABI callback function pointer that re-enters the target Wasm module |
118+
| `fn_ptr` | `*const c_void` | A C-ABI callback function pointer that re-enters the target Wasm module. This is used to jump back into the appropriate call-stack when the system call returns |
119119
| `ctx_ptr` | `*const VMContext` | Pointer to the instance’s runtime context required by Wasmtime during re-entry |
120120

121121
`GrateFnEntry` instances are heap-allocated and referenced by 3i through stable raw pointers.

0 commit comments

Comments
 (0)