Closed X7md closed 2 years ago
I try use prebuild quickJS WASI: https://wapm.io/saghul/quickjs
But it's not works with file pass as argument
qjs <my file>
Output is nothing.
But it's works with inline execute
qjs -e 'console.log("Hello")'
and I don't why...
This because wasi limitation, and could be solve by compile using https://github.com/holzschu/wasi-sdk
I try use prebuild quickJS WASI: https://wapm.io/saghul/quickjs
But it's not works with file pass as argument
Output is nothing.
But it's works with inline execute
and I don't why...