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