optimize vm

This commit is contained in:
ValKmjolnir
2023-08-10 00:40:00 +08:00
parent d690c779b8
commit 527cb5277b
13 changed files with 66 additions and 17 deletions

5
src/unix_lib.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include "unix_lib.h"
nasal_builtin_table unix_lib_native[] = {
{nullptr, nullptr}
};