Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/@napi-rs/wasm-runtime/runtime.js
2025-09-18 19:01:22 +07:00

9 lines
251 B
JavaScript

export {
instantiateNapiModuleSync,
instantiateNapiModule,
MessageHandler,
} from '@emnapi/core'
export { getDefaultContext } from '@emnapi/runtime'
export * from '@tybys/wasm-util'
export { createOnMessage, createFsProxy } from './fs-proxy.js'