You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge fixes (such as fconv issue) from release-0.6 branch into main.
Also it has been added a small change to allow running beams on CLI on
generic_unix.
Copy file name to clipboardExpand all lines: src/libAtomVM/globalcontext.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -438,7 +438,7 @@ term globalcontext_existing_term_from_atom_string(GlobalContext *glb, AtomString
438
438
/**
439
439
* @brief Inserts a module to the modules table.
440
440
*
441
-
* @details Inserts an already loaded module to the modules table and assigns and index to it so it can be retrieved later by name or index.
441
+
* @details Inserts an already loaded module to the modules table and assigns and index to it so it can be retrieved later by name or index. The module is then owned by the global context that will destroy it when globalcontext_destroy is invoked.
442
442
* @param global the global context.
443
443
* @param module the module that will be added to the modules table.
444
444
* @returns the module index if successful, otherwise -1.
0 commit comments