support nasal module

This commit is contained in:
ValKmjolnir
2023-07-20 00:54:57 +08:00
parent 147915c277
commit 1bcd297d23
23 changed files with 282 additions and 108 deletions
+3
View File
@@ -1,6 +1,9 @@
import.module.libsock;
import.std.json;
var JSON = json.JSON;
var socket = libsock.socket;
var gettime=func(){
return split(" ",os.time())[1];
}