second-state / wasmedge-quickjs

A high-performance, secure, extensible, and OCI-complaint JavaScript runtime for WasmEdge.
Apache License 2.0
477 stars 59 forks source link

How to run code out of the modules folder #101

Open seho-dev opened 1 year ago

seho-dev commented 1 year ago

In fact, I'm building an application on top of wasmedge quickjs to execute javascript, but I want to version its modules folder and optimized wasm files via npm, and I'd like to know how to modify the relevant code to support this behavior