228 Commits

Author SHA1 Message Date
LongYinan
656bdca927
refactor(napi-derive): make typegen easier to read (#2956) 2025-10-11 14:46:38 +08:00
renovate[bot]
7a9397cb43
chore(deps): update release-plz/action action to v0.5.118 (#2957)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-11 02:31:24 +00:00
LongYinan
8f40ebd206
fix(napi): cleanup memory issues (#2949) 2025-10-05 19:35:20 +08:00
renovate[bot]
60b4befad1
chore(deps): lock file maintenance (#2944)
* chore(deps): lock file maintenance

* ignore bench

* fix test

* fix cache key

* fix bundle

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LongYinan <lynweklm@gmail.com>
2025-10-03 20:57:21 +08:00
LongYinan
e5ba267f28
ci: reduce cache (#2933) 2025-09-19 20:58:21 +08:00
renovate[bot]
24a6eac7a5
chore(deps): update release-plz/action action to v0.5.117 (#2923)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-13 17:32:06 +00:00
renovate[bot]
eb495ba7f5
chore(deps): update release-plz/action action to v0.5.116 (#2922)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-12 11:02:39 +00:00
renovate[bot]
4e98ebd244
chore(deps): update release-plz/action action to v0.5.115 (#2917)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-10 16:34:01 +00:00
SkyBird
807f579796
feat(cli): add support for loongarch64-unknown-linux-gnu (#2887)
* feat(target): add support for loongarch64-unknown-linux-gnu

* docs(README): update platform support status

* Update cli/src/utils/target.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update .github/workflows/test-release.yaml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: LongYinan <lynweklm@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-09 23:29:22 +08:00
renovate[bot]
e633c472e7
chore(deps): update release-plz/action action to v0.5.114 (#2909)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-06 02:19:00 +00:00
renovate[bot]
df80a8447a
chore(deps): update actions/setup-node action to v5 (#2906)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-04 16:12:15 +08:00
renovate[bot]
ca17be8309
chore(deps): update release-plz/action action to v0.5.113 (#2903)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-01 15:17:57 +00:00
renovate[bot]
b36479d10f
chore(deps): update release-plz/action action to v0.5.112 (#2883)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-15 12:29:39 +00:00
renovate[bot]
fe57c05d6b
chore(deps): update release-plz/action action to v0.5.111 (#2873)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-13 22:54:02 +00:00
LongYinan
cdfef770e3
fix(napi): link issue on cargo test --features noop (#2872) 2025-08-13 10:08:09 -07:00
renovate[bot]
7625570cb2
chore(deps): update actions/checkout action to v5 (#2868) 2025-08-11 09:17:28 -07:00
LongYinan
0c3589d7ba
ci: publish manually 2025-08-07 23:21:07 +08:00
LongYinan
98968764d0
ci: --no-verify-access when publish 2025-08-07 22:32:30 +08:00
LongYinan
ec889e566a
ci: use npm trusted publisher (#2839) 2025-08-07 12:20:47 +08:00
renovate[bot]
5611735775
chore(deps): update actions/download-artifact action to v5 (#2834)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-07 10:33:24 +08:00
Kingsword
04aacf4abc
chore(ci): use mlugg/setup-zig instead of unmaintained action (#2828) 2025-08-04 09:03:43 -07:00
renovate[bot]
d450209efd
chore(deps): update release-plz/action action to v0.5.110 (#2807)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-24 12:06:18 +00:00
renovate[bot]
56f6bc87a5
chore(deps): update cross-platform-actions/action action to v0.29.0 (#2798)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 17:14:59 +00:00
LongYinan
0bf30cc77e
ci: fix cargo registry token 2025-07-21 16:19:50 +08:00
LongYinan
c657665a01
ci: pin release-plz action 2025-07-21 10:39:48 +08:00
LongYinan
e12d905ff0
ci: add release-crates job (#2787) 2025-07-21 10:21:18 +08:00
LongYinan
69d28061ff
feat(cli): support ohos (#2773) 2025-07-12 17:29:15 +08:00
LongYinan
3dce1533fd
test(napi): add fixture for re-export complex class (#2733) 2025-06-24 16:31:26 +08:00
LongYinan
21e5580f28
fix(cli): remove require in utils (#2693) 2025-06-05 11:08:05 +08:00
renovate[bot]
d2d8d31c68
chore(deps): update cross-platform-actions/action action to v0.28.0 (#2653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-19 17:53:23 +00:00
LongYinan
7182db3a81
feat(napi): EscapableHandleScope API (#2652) 2025-05-19 19:52:21 +08:00
LongYinan
0a9980bad5
fix(napi): JsObjectValue::get_property signature (#2628)
* fix(napi): JsObjectValue::get_property signature

* debug
2025-05-12 12:20:06 +08:00
LongYinan
9de545e7a2
refactor!(napi): add lifetime to Object (#2619) 2025-05-11 19:51:29 +08:00
LongYinan
c808386a8f
refactor!(napi): move JsBigint behind compat-mode feature (#2613)
* refactor!(napi): move JsBigint behind compat-mode feature

* reduce asan flaky
2025-05-08 12:04:02 +08:00
LongYinan
95832ff168
refactor!(napi): introduce JsValue and JsObjectValue trait (#2606)
Add lifetime for JsGlobal JsTimeout and JSON
2025-05-06 23:45:37 +08:00
LongYinan
bcf5e14aa8
feat(napi): add from_napi_value for Ref<T: FromNapiValue> (#2603) 2025-05-05 23:38:46 +08:00
LongYinan
d942a6bab9
test: fix flaky (#2601) 2025-05-05 14:56:07 +08:00
LongYinan
872a6e4f1c
ci: pin zig to 0.13 (#2591) 2025-05-03 15:51:01 +08:00
LongYinan
a35f721557
ci: test Windows on ARM (#2566) 2025-04-16 18:42:24 +08:00
LongYinan
bc2e855e8c
test(wasm-runtime): testing fs proxy on CI (#2565) 2025-04-16 14:48:07 +08:00
LongYinan
ff2c64b35d
chore: clippy fix (#2545) 2025-04-04 13:52:49 +08:00
LongYinan
1fe6ad0430
feat(napi): tokio multi-thread mode on wasi (#2501)
* feat(napi): tokio multi-thread mode on wasi

* tokio_unstable flag

* snapshot

* ensure runtime

* oncelock combine lazylock

* noop feature
2025-03-13 23:53:19 +08:00
LongYinan
02205ddbeb
build: workaround for GLIBC pthread_key_create bug (#2494) 2025-03-03 12:22:40 +08:00
LongYinan
ed6da2b741
fix(napi): compile error on noop feature (#2478) 2025-02-24 23:19:47 +08:00
LongYinan
4d77245bab
ci: pin qemu and ubuntu version (#2474)
Ref: https://github.com/actions/runner-images/issues/11471
2025-02-20 15:06:27 +08:00
LongYinan
d96bd288de
fix!(napi): upgrade to ctor 0.3.6 (#2472) 2025-02-20 12:22:29 +08:00
renovate[bot]
7cd7aa81e3
chore(deps): update cross-platform-actions/action action to v0.27.0 (#2443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 09:08:28 +00:00
LongYinan
64bed9af13
ci: fix s390x and ppc64le test (#2435) 2025-01-20 11:40:24 +08:00
LongYinan
24e6bd38f3
chore: remove ts-node in examples/napi test (#2425) 2025-01-12 19:22:37 +08:00
LongYinan
bd131ad2b0
ci: move FreeBSD test into github (#2417) 2025-01-02 09:50:51 +00:00