Added proc_run() and system() for processes and added to stdlib as class. (0.16.6)
This commit is contained in:
parent
37abd5d6d3
commit
1ac163a01e
11 changed files with 253 additions and 17 deletions
2
src/vm.c
2
src/vm.c
|
|
@ -319,6 +319,8 @@ void vm_run(VM *vm, Bytecode *entry) {
|
|||
#include "vm/os/sleep_ms.c"
|
||||
#include "vm/os/thread_join.c"
|
||||
#include "vm/os/thread_spawn.c"
|
||||
#include "vm/os/proc_run.c"
|
||||
#include "vm/os/proc_system.c"
|
||||
|
||||
#include "vm/strings/find.c"
|
||||
#include "vm/strings/split.c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue