Spaces:
Sleeping
Sleeping
File size: 251 Bytes
cd6720a | 1 2 3 4 5 6 7 8 9 | export {
instantiateNapiModuleSync,
instantiateNapiModule,
MessageHandler,
} from '@emnapi/core'
export { getDefaultContext } from '@emnapi/runtime'
export * from '@tybys/wasm-util'
export { createOnMessage, createFsProxy } from './fs-proxy.js'
|