Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
15
Frontend-Learner/node_modules/@napi-rs/wasm-runtime/runtime.cjs
generated
vendored
Normal file
15
Frontend-Learner/node_modules/@napi-rs/wasm-runtime/runtime.cjs
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
const { MessageHandler, instantiateNapiModuleSync, instantiateNapiModule } = require('@emnapi/core')
|
||||
const { getDefaultContext } = require('@emnapi/runtime')
|
||||
const { WASI } = require('@tybys/wasm-util')
|
||||
|
||||
const { createFsProxy, createOnMessage } = require('./dist/fs-proxy.cjs')
|
||||
|
||||
module.exports = {
|
||||
MessageHandler,
|
||||
instantiateNapiModule,
|
||||
instantiateNapiModuleSync,
|
||||
getDefaultContext,
|
||||
WASI,
|
||||
createFsProxy,
|
||||
createOnMessage,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue