safer stl/module.nas & add stl/file.nas encapsulated from lib.nas/io

This commit is contained in:
ValKmjolnir
2022-03-06 15:17:39 +08:00
parent ca9b8581b4
commit debe32b187
7 changed files with 72 additions and 23 deletions

View File

@@ -710,7 +710,7 @@ dylib.dlclose(dlhandle);
`dylib.dlcall` is used to call the function, the first argument is the function address, make sure this argument is vm_obj and type=obj_extern.
`dylib.dlclose` is used to unload the library, at the moment that you call the function, all the function addresses that gotten from it are invalid.
`dylib.dlclose` is used to unload the library, at the moment that you call the function, all the function addresses that got from it are invalid.
If get this, Congratulations!