Maybe it is simple, I'm not familiar with javascript.
When running
node tests/node/test_module_load.js
It report an error:
ReferenceError: test is not defined
at Object.
(/data/huangxiaofeng/work/tvm0.9dev0/web/tests/node/test_module_load.js:44:1)
Even when I install jest, it not
I want an easy deployment, does it possible to create a APP including my python
script and all dependent TVM python scripts and libtvm_runtime.so, libtvm.so ?
---
[Visit
Topic](https://discuss.tvm.apache.org/t/is-it-possible-to-package-python-scripts-and-dso-to-a-app/12085/1)
to respond
Thanks @driazati for your more tips for package python scripts to a single app.
I have successfully package a simple test_py.py + tvm + libtvm_runtime.so into
an single app using pyinstaller, and it runs ok. The only problem is the
destination app's size, more than 440MB (in a new created co