meta: rename ivy-rt to ivy-vm

This commit is contained in:
2025-05-09 14:01:41 +01:00
parent 05df01ff1b
commit 497ba65440
8 changed files with 25 additions and 26 deletions

8
vm/include/ivy/vm/vm.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef IVY_RT_RUNTIME_H_
#define IVY_RT_RUNTIME_H_
#include <ivy/misc.h>
IVY_API void placeholder(void);
#endif