napi-rs/examples/napi
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
..
__tests__ feat(cli): allow sync fs operation between workers/mainThread (#2064) 2024-04-23 12:14:06 +08:00
browser feat(cli): allow sync fs operation between workers/mainThread (#2064) 2024-04-23 12:14:06 +08:00
electron-renderer refactor(cli): refactor js-binding to support easier bundling. (#1957) 2024-02-26 15:46:07 +08:00
src feat(cli): allow sync fs operation between workers/mainThread (#2064) 2024-04-23 12:14:06 +08:00
tests fix(napi-derive): bail the unexpected factory directive (#2051) 2024-04-18 00:14:00 +08:00
.gitignore feat: integrate with emnapi (#1669) 2023-11-02 12:57:11 +08:00
browser.js fix(cli): add browser entry (#1899) 2024-01-10 11:18:13 +08:00
build.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
Cargo.toml feat(napi-sys): support load Node-API symbols dynamically (#2014) 2024-03-27 14:35:16 +08:00
dts-header.d.ts feat(cli): allow to define dtsHeader in napi config (#2045) 2024-04-16 17:40:41 +08:00
electron.cjs feat(napi): support Return generic of ThreadsafeFunction (#1997) 2024-03-20 21:37:08 +08:00
example.wasi-browser.js feat(cli): allow sync fs operation between workers/mainThread (#2064) 2024-04-23 12:14:06 +08:00
example.wasi.cjs feat(cli): allow sync fs operation between workers/mainThread (#2064) 2024-04-23 12:14:06 +08:00
index.cjs feat(cli): allow sync fs operation between workers/mainThread (#2064) 2024-04-23 12:14:06 +08:00
index.d.cts feat(cli): allow sync fs operation between workers/mainThread (#2064) 2024-04-23 12:14:06 +08:00
index.html feat: add wasm runtime package (#1904) 2024-01-16 23:28:40 +08:00
package.json feat(cli): allow sync fs operation between workers/mainThread (#2064) 2024-04-23 12:14:06 +08:00
tsconfig.json feat: integrate with emnapi (#1669) 2023-11-02 12:57:11 +08:00
vite-entry.js feat(cli): allow sync fs operation between workers/mainThread (#2064) 2024-04-23 12:14:06 +08:00
vite.config.js feat: add wasm runtime package (#1904) 2024-01-16 23:28:40 +08:00
wasi-worker-browser.mjs feat(cli): allow sync fs operation between workers/mainThread (#2064) 2024-04-23 12:14:06 +08:00
wasi-worker.mjs feat(cli): allow sync fs operation between workers/mainThread (#2064) 2024-04-23 12:14:06 +08:00