Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 10, 2024
1 parent 8c77bbb commit 5b60c6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/host_instance.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ struct host_func {
} while (0)
#endif

/*
* memory and func_table are only relevant to host functions
* following the C pointer conventions. (eg. wasip1)
*/
struct host_instance {
struct meminst *memory;
struct tableinst *func_table;
Expand Down

0 comments on commit 5b60c6a

Please sign in to comment.