webview-bun v2.2.0 is now released.
The new banner strives to show the cross platform compilation bun build can do and how we manage to take advantage of that.
After a long wait, lot of requests and discussions later. It has finally landed. Compiling webview-bun apps into a single executable just using bun build --compile and even cross compile using --target.✨
Release notes:
- Supports being compiled into a single executable.
- Supports cross-compilation to other platforms.
- Newly compiled libraries for maximum optimization in speed and lot smaller in size.
- Removed postinstall download script as now all the library files are packaged to enable cross-compilation.
Checkout the new sections added in the README for more information.
