gaojunjie03 opened a new issue #57:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/57


   
您好!是这样的,我们这边用了python写了一堆的算法,引入了各种第三方的依赖库。现在我们想把这个python代码放到tee环境下运行,想法是:将这些python代码打包成动态库.so,然后rust那边链接该动态库执行里面的python代码,然后编译rust项目再normarl
 world上执行,由于是动态库,(normarlworld?secure 
world?)需要有python环境并且安装上了python的第三方依赖(如numpy、pandas、sklearn等)。
   请问这样做是否妥当呢?(因为我们目前暂不掌握rust语言,并且就算掌握了 
需要用rust重写python实现的那些算法逻辑,成本还有时间非常大,故采用rust调python代码的方式)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to