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 embed wasmedge-quickjs in a Node.js app? #111

Open bakhshandeh opened 1 year ago

bakhshandeh commented 1 year ago

We want to run QuickJS apps from a Node.js app. It seems that wasmedge-core is outdated and does not support the latest version of wasmedge. Is there any solution to embed wasmedge-quickjs in Node.js?

juntao commented 1 year ago

Node.js already has a built in Wasm runtime (v8). Is there a particular reason why you need WasmEdge? Thanks.

bakhshandeh commented 1 year ago

Node.js already has a built in Wasm runtime (v8). Is there a particular reason why you need WasmEdge? Thanks.

We want to choose WasmEdge for two reasons: