refactor(runtime): 将 runtime 模块从 core 目录迁移至独立的 runtime 目录并封装内部细节

This commit is contained in:
2026-06-06 02:08:35 +08:00
parent f82d0b7a87
commit be37b17c2e
7 changed files with 98 additions and 102 deletions

3
src/runtime/runtime.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
bool runtime_run(const char *config_so_path, const char *display_name);