Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Dec 24, 2022
1 parent d0de3ef commit bda7eb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/shared_memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ _dtor(struct import_object *imo)
}
}

/*
* create shared memories to satisfy all shared memory imports
* in the module.
*
* used for wasi-threads.
*/
int
create_satisfying_shared_memories(struct module *m,
struct import_object **imop)
Expand Down

0 comments on commit bda7eb7

Please sign in to comment.