在LiquidCoreAndroid上共享jsContext

时间:2019-04-04 12:43:34

标签: android kotlin liquidcore

我研究了如何在Android应用程序中使用LiquidCore。我发现的问题是,如果我创建更多的JSContext()-我尝试使用3-内存增加很多,仅3个JSContext()就增加到大约230MB。该文档说"To get started, you need to create a JavaScript JSContext. The execution of JS code occurs within this context, and separate contexts are isolated virtual machines which do not interact with each other."

是否可以共享JSContext并使它们具有单个虚拟机?

0 个答案:

没有答案