문제

I am looking for an embeddable scripting runtime that can operate entirely in memory and not require to store libraries on disk. It should match the following criteria:

  • Be able to interact with Windows API and/or COM in some fashion;
  • Could load runtime and supporting libraries entirely in memory (no RAMDISK);
  • portability is a plus, but just Windows could do.
도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top