feat(napi): add aarch64-linux-android target#5141
Conversation
✅ Deploy Preview for rolldown-rs canceled.
|
|
It seems you also need to create an extra package under |
|
@Brooooooklyn can you help out and clean up the need for a |
|
I don't understand why these dependencies are needed: https://github.com/rolldown/rolldown/blob/main/packages/rolldown/package.json#L180-L191 The |
That's why I'm asking you to clean it up 😅 It's a bit confusing right now. |
Here's the reason: #654. |
fe74e55 to
99f7baf
Compare
@rolldown/browser
@rolldown/debug
@rolldown/pluginutils
rolldown
@rolldown/binding-android-arm64
@rolldown/binding-darwin-arm64
@rolldown/binding-darwin-x64
@rolldown/binding-freebsd-x64
@rolldown/binding-linux-arm-gnueabihf
@rolldown/binding-linux-arm64-gnu
@rolldown/binding-linux-arm64-musl
@rolldown/binding-linux-x64-gnu
@rolldown/binding-linux-x64-musl
@rolldown/binding-wasm32-wasi
@rolldown/binding-win32-arm64-msvc
@rolldown/binding-win32-ia32-msvc
@rolldown/binding-win32-x64-msvc
commit: |
Merge activity
|
53f476a to
46684ed
Compare
3e5c505 to
42763b3
Compare
42763b3 to
8874420
Compare
4ef8a5c to
d3c250b
Compare
ce29359 to
abdc470
Compare
## [1.0.0-beta.27] - 2025-07-13 ### 🚀 Features - rolldown: support linux-arm64-ohos (#5258) by @Brooooooklyn - napi: add `aarch64-linux-android` target (#5141) by @Boshen - rolldown: oxc v0.77.0 (#5255) by @Boshen ### 🐛 Bug Fixes - `this` in CJS is replaced with undefined but should be `exports` (#5244) by @IWANABETHATGUY - normalize path from package.json's realpath before matching sideEffects field (#5250) by @sapphi-red ### ⚡ Performance - don't wrap module if it is leaf module and side effects free when enable `strictExecutionOrder` (#5240) by @IWANABETHATGUY ### ⚙️ Miscellaneous Tasks - upgrade NAPI-RS cli to 3.0.0-alpha.93 (#5243) by @Brooooooklyn Co-authored-by: shulaoda <165626830+shulaoda@users.noreply.github.com>

closes #4560