mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
* 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>
6 lines
169 B
JavaScript
6 lines
169 B
JavaScript
import * as memfsExported from 'memfs'
|
|
|
|
const { createFsFromVolume, Volume, fs, memfs } = memfsExported
|
|
|
|
export { createFsFromVolume, Volume, fs, memfs, memfsExported }
|