winteru

Results 6 issues of winteru

PackageIdentifier: **liberica-full-lts-nik**, liberica-full-nik, liberica17-full-lts-nik, etc. Basically it is a nice distribution of GraalVM from Liberica. Just like liberica-full-lts-jdk and liberica-full-lts-jre that already exists in the bucket. Homepage: https://bell-sw.com/pages/downloads/native-image-kit/

enhancement

Hi. I have decoupled my Kotlin/JS binding and made a Node.js binding called [webview-nodejs](https://github.com/Winterreisender/webview-nodejs) using node-ffi-napi. It could deal with most common test cases and are [published to the npm](https://www.npmjs.com/package/webview-nodejs)....

[Bun](https://bun.sh/) can seamlessly install `webview-nodejs`, by two commands: ```bash bun add webview-nodejs bun pm trust libwebview-nodejs ``` or one command ```bash bun i --trust webview-nodejs ``` This should be added...

Personally, I don't like TypeScript, so I decide to remove it later. A `.d.ts` file will still exist for users.

Provide same API like webview_deno and webview-bun