Skip to content

Commit

Permalink
Add linux-arm64 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1ckydev committed Oct 3, 2024
1 parent 7b27e05 commit b337344
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Bun now supports cross-compilation of single executable binaries. To cross compi
bun build --compile --target=bun-windows-x64 --minify --sourcemap ./examples/todoapp/app.ts --outfile todoapp
```
Supported targets are: `bun-linux-x64`, `bun-windows-x64`, `bun-darwin-x64`, `bun-darwin-arm64`.
See [full list](https://github.com/oven-sh/bun/blob/main/docs/bundler/executables.md#supported-targets) of supported `target`s.

### Bun.serve with webview

Expand Down Expand Up @@ -129,8 +129,7 @@ In addition to the dependencies mentioned during the Installation section, you n

- `cmake`
- `ninja`
- `doxygen`
- `graphviz`
- `python3`

### Building

Expand Down
Binary file added build/libwebview-arm64.so
Binary file not shown.
Binary file added build/libwebview.dll
Binary file not shown.
Binary file added build/libwebview.dylib
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webview-bun",
"description": "Bun bindings for webview, a tiny library for creating web-based desktop GUIs.",
"version": "2.2.0",
"version": "2.3.0",
"type": "module",
"module": "src/index.ts",
"main": "src/index.ts",
Expand Down

0 comments on commit b337344

Please sign in to comment.