7 lines
195 B
JavaScript
7 lines
195 B
JavaScript
export {
|
|
instantiateNapiModuleSync,
|
|
instantiateNapiModule,
|
|
MessageHandler,
|
|
} from '@emnapi/core'
|
|
export { getDefaultContext } from '@emnapi/runtime'
|
|
export { WASI } from '@tybys/wasm-util'
|