46cbcf3ff1
* 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>
8 lines
259 B
JavaScript
8 lines
259 B
JavaScript
export {
|
|
instantiateNapiModuleSync,
|
|
instantiateNapiModule,
|
|
MessageHandler,
|
|
} from '@emnapi/core'
|
|
export { getDefaultContext } from '@emnapi/runtime'
|
|
export { WASI } from '@tybys/wasm-util'
|
|
export { createOnMessage, createFsProxy } from './fs-proxy.cjs'
|