2024-04-22 15:44:37 +09:00
|
|
|
export {
|
|
|
|
instantiateNapiModuleSync,
|
|
|
|
instantiateNapiModule,
|
|
|
|
MessageHandler,
|
|
|
|
} from '@emnapi/core'
|
2024-01-17 00:28:40 +09:00
|
|
|
export { getDefaultContext } from '@emnapi/runtime'
|
|
|
|
export { WASI } from '@tybys/wasm-util'
|
2024-04-23 13:14:06 +09:00
|
|
|
export { createOnMessage, createFsProxy } from './fs-proxy.cjs'
|