Winterreisender / webview-nodejs

A Node.js binding to webview
Apache License 2.0
89 stars 10 forks source link

Consider using Node-API #6

Closed Winterreisender closed 1 year ago

Winterreisender commented 1 year ago

Currently we are using ffi-napi as our way to call C++ code from Node.js, It has pros and cons:

Pros:

Cons:

We may consider using Node-API(NAPI), the official way to call C++ code.

Pros:

Cons:

Make a decision:

Winterreisender commented 1 year ago

Not now. We'll follow the way of webview_deno.