Commit Graph

3 Commits

Author SHA1 Message Date
8e58942726 feat: プラグインパスをOS非依存に更新(.so拡張子削除)
- nyash.tomlからすべての.so拡張子を削除
- plugin_loader_v2のresolve_library_pathが自動的に適切な拡張子を追加
  - Linux: .so
  - Windows: .dll
  - macOS: .dylib
- クロスプラットフォーム対応の準備完了
2025-08-29 23:11:21 +09:00
0ac6e07eea runner: refactor execute_file_mode into modes::common::run_file dispatcher; keep runner.rs thin; verify VM path 2025-08-26 04:42:52 +09:00
abdf9fb5cd runner: move WASM/AOT and common interpreter execution into runner::modes; finalize mode split; keep demo helpers local 2025-08-26 04:39:16 +09:00