-
Notifications
You must be signed in to change notification settings - Fork 10
Cookbook
winteru edited this page Nov 21, 2024
·
3 revisions
Since v0.2.0, we use koffi as FFI package, you may see its node_modules size is up to 80MB but you can simply reduce it into 10MB(uncompressed):
- Open
node_modules\koffi\build\2.5.0
folder (The version 2.5.0 may change) - Delete folders you won't use
Bun can seamlessly install webview-nodejs
, by two commands:
bun add webview-nodejs
bun pm trust libwebview-nodejs
or one command
bun i --trust webview-nodejs
Also, there's a bun binding: webview-bun.
Feel free to edit! Any contribution to Wiki is welcomed!