Skip to content

Commit

Permalink
capi: Document execution context object issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Mar 25, 2021
1 parent 60ee89e commit adeafaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/fizzy/fizzy.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ typedef struct FizzyExecutionContext FizzyExecutionContext;
/// @param host_ctx Opaque pointer to host context.
/// @param instance Pointer to module instance.
/// @param args Pointer to the argument array. Can be NULL iff function has no inputs.
/// @param ctx Opaque pointer to execution context.
/// @param ctx Opaque pointer to execution context. Execution context cannot be created
/// with C API, must be received from the Fizzy implementation.
/// @return Result of execution.
///
/// @note
Expand Down

0 comments on commit adeafaf

Please sign in to comment.