LongYinan
|
c8c073a348
|
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.79
- @napi-rs/triples@2.0.0-alpha.41
- @napi-rs/wasm-runtime@0.2.10
|
2025-05-16 22:50:52 +08:00 |
|
Toyo Li
|
620035804b
|
fix(wasm-runtime): fs-proxy test failed on s390x platform (#2629)
|
2025-05-12 15:29:21 +08:00 |
|
Kevin Deng 三咲智子
|
2eb2ab619f
|
fix(wasm-runtime): upgrade emnapi (#2568)
|
2025-04-17 18:07:08 -07:00 |
|
LongYinan
|
84209fc829
|
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.78
- @napi-rs/triples@2.0.0-alpha.40
- @napi-rs/wasm-runtime@0.2.9
|
2025-04-16 15:00:52 +08:00 |
|
LongYinan
|
bc2e855e8c
|
test(wasm-runtime): testing fs proxy on CI (#2565)
|
2025-04-16 14:48:07 +08:00 |
|
Toyo Li
|
d28d8420d3
|
fix(wasm-runtime): wasm fs proxy serialization (#2564)
* fix: wasm fs proxy serialization
* type
|
2025-04-16 14:00:02 +08:00 |
|
Kevin Deng 三咲智子
|
2f88639191
|
fix(wasm-runtime): remove _isBuffer patch (#2560)
closes #2559
|
2025-04-14 10:03:07 +08:00 |
|
LongYinan
|
6ce1393196
|
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.77
- @napi-rs/triples@2.0.0-alpha.39
- @napi-rs/wasm-runtime@0.2.8
|
2025-04-02 00:04:16 +08:00 |
|
LongYinan
|
5554c663ac
|
chore(cli): update deps (#2542)
|
2025-04-01 23:49:56 +08:00 |
|
LongYinan
|
c62acd2bfe
|
chore: upgrade npm dependencies (#2516)
|
2025-03-16 22:29:04 +08:00 |
|
LongYinan
|
1868bad8a8
|
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.71
- @napi-rs/triples@2.0.0-alpha.33
- @napi-rs/wasm-runtime@0.2.7
|
2025-02-21 12:48:37 +08:00 |
|
LongYinan
|
f7ce10c92f
|
chore(wasm-runtime): bump deps
|
2025-02-21 12:48:16 +08:00 |
|
LongYinan
|
d23290f9c1
|
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.65
- @napi-rs/triples@2.0.0-alpha.27
- @napi-rs/wasm-runtime@0.2.6
|
2024-12-18 23:49:55 +08:00 |
|
renovate[bot]
|
3d62aca408
|
chore(deps): update dependency @rollup/plugin-node-resolve to v16 (#2398)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-12-16 13:05:32 +08:00 |
|
LongYinan
|
4496ffd220
|
chore: refresh npm dependencies (#2303)
|
2024-10-13 23:50:57 +08:00 |
|
renovate[bot]
|
52e1f6bc4a
|
chore(deps): update dependency @rollup/plugin-replace to v6 (#2273)
|
2024-10-13 15:10:20 +08:00 |
|
LongYinan
|
8f4f74a32c
|
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.63
- @napi-rs/triples@2.0.0-alpha.25
- @napi-rs/wasm-runtime@0.2.5
|
2024-10-03 00:00:32 +02:00 |
|
renovate[bot]
|
b9fc7bb124
|
chore(deps): update dependency @rollup/plugin-commonjs to v28 (#2272)
|
2024-09-30 20:32:33 +02:00 |
|
Don Isaac
|
12bb1da28c
|
chore: prepare for no-unused-vars (#2233)
|
2024-08-26 10:04:03 +08:00 |
|
renovate[bot]
|
7f7dfab001
|
chore(deps): update dependency @rollup/plugin-commonjs to v26 (#2132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-06-07 16:20:08 +08:00 |
|
LongYinan
|
ca2cd5c35a
|
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.55
- @napi-rs/triples@2.0.0-alpha.17
- @napi-rs/wasm-runtime@0.2.4
|
2024-05-12 22:22:59 +08:00 |
|
renovate[bot]
|
ec39912527
|
fix(deps): update dependency @tybys/wasm-util to ^0.9.0 (#2096)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-05-07 07:23:32 +00:00 |
|
LongYinan
|
71f78cb430
|
chore(release): publish
- @napi-rs/wasm-runtime@0.2.3
|
2024-04-23 12:24:57 +08:00 |
|
LongYinan
|
521bc12e43
|
fix(wasm-runtime): missing fs-proxy.cjs
|
2024-04-23 12:24:37 +08:00 |
|
LongYinan
|
131046b7cb
|
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.53
- @napi-rs/triples@2.0.0-alpha.15
- @napi-rs/wasm-runtime@0.2.2
|
2024-04-23 12:17:07 +08:00 |
|
LongYinan
|
46cbcf3ff1
|
feat(cli): allow sync fs operation between workers/mainThread (#2064)
* feat(cli): allow sync fs operation between workers/mainThread
* allow sync fs operation between workers/mainThread (#2065)
* Fix
* Update fixture
* flaky test
* Fix cross compile target
* Update zig
* macos-cross test was filtered
---------
Co-authored-by: Toyo Li <lifenglin314@outlook.com>
|
2024-04-23 12:14:06 +08:00 |
|
LongYinan
|
9b6361afc3
|
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.52
- @napi-rs/triples@2.0.0-alpha.14
- @napi-rs/wasm-runtime@0.2.1
|
2024-04-22 18:07:46 +08:00 |
|
LongYinan
|
12aec3c135
|
fix(cli): pass fs to browser worker binding (#2062)
|
2024-04-22 14:44:37 +08:00 |
|
LongYinan
|
6b2164c85d
|
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.51
- @napi-rs/triples@2.0.0-alpha.13
- @napi-rs/wasm-runtime@0.2.0
|
2024-04-19 16:46:32 +08:00 |
|
LongYinan
|
51c2f1da78
|
chore: upgrade @tybys/wasm-util (#2059)
|
2024-04-19 16:45:22 +08:00 |
|
LongYinan
|
4ccbb61179
|
feat(cli): improve the browser binding (#2056)
|
2024-04-19 16:12:30 +08:00 |
|
LongYinan
|
35b9637151
|
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.44
- @napi-rs/wasm-runtime@0.1.2
|
2024-03-21 15:08:50 +08:00 |
|
LongYinan
|
6a29446dfb
|
chore(wasm-runtime): upgrade emnapi (#2008)
|
2024-03-21 14:41:05 +08:00 |
|
LongYinan
|
0007e3aaf6
|
chore: upgrade all dependencies (#1933)
|
2024-02-01 12:14:56 +08:00 |
|
LongYinan
|
5b9f86fea0
|
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.36
- @napi-rs/wasm-runtime@0.1.1
|
2024-01-17 00:59:12 +08:00 |
|
LongYinan
|
44dc39f1f0
|
fix(cli,wasm-runtime): dependencies (#1905)
|
2024-01-17 00:57:29 +08:00 |
|
LongYinan
|
a439e2c3e6
|
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.35
- @napi-rs/wasm-runtime@0.1.0
|
2024-01-16 23:58:23 +08:00 |
|
LongYinan
|
120accd965
|
feat: add wasm runtime package (#1904)
|
2024-01-16 23:28:40 +08:00 |
|