Added fun_version and env_all as opcodes and some fixes in httpserver. (0.37.30)
This commit is contained in:
parent
17c2b44c1a
commit
a27ff12b08
12 changed files with 126 additions and 6 deletions
2
src/vm.c
2
src/vm.c
|
|
@ -667,6 +667,8 @@ void vm_run(VM *vm, Bytecode *entry) {
|
|||
#include "vm/math/random_seed.c"
|
||||
|
||||
#include "vm/os/env.c"
|
||||
#include "vm/os/env_all.c"
|
||||
#include "vm/os/fun_version.c"
|
||||
#include "vm/os/sleep_ms.c"
|
||||
#include "vm/os/thread_join.c"
|
||||
#include "vm/os/thread_spawn.c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue