Atom eve seo
This commit is contained in:
2
.output/server/node_modules/quickjs-emscripten/dist/chunk-OHAYRCBA.mjs
generated
vendored
Normal file
2
.output/server/node_modules/quickjs-emscripten/dist/chunk-OHAYRCBA.mjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{newQuickJSWASMModuleFromVariant,newQuickJSAsyncWASMModuleFromVariant}from"quickjs-emscripten-core";import DEBUG_SYNC from"@jitl/quickjs-wasmfile-debug-sync";import RELEASE_SYNC from"@jitl/quickjs-wasmfile-release-sync";import DEBUG_ASYNC from"@jitl/quickjs-wasmfile-debug-asyncify";import RELEASE_ASYNC from"@jitl/quickjs-wasmfile-release-asyncify";async function newQuickJSWASMModule(variantOrPromise=RELEASE_SYNC){return newQuickJSWASMModuleFromVariant(variantOrPromise)}async function newQuickJSAsyncWASMModule(variantOrPromise=RELEASE_ASYNC){return newQuickJSAsyncWASMModuleFromVariant(variantOrPromise)}export{DEBUG_SYNC,RELEASE_SYNC,DEBUG_ASYNC,RELEASE_ASYNC,newQuickJSWASMModule,newQuickJSAsyncWASMModule};
|
||||
//# sourceMappingURL=chunk-OHAYRCBA.mjs.map
|
||||
2
.output/server/node_modules/quickjs-emscripten/dist/index.mjs
generated
vendored
Normal file
2
.output/server/node_modules/quickjs-emscripten/dist/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import{DEBUG_ASYNC,DEBUG_SYNC,RELEASE_ASYNC,RELEASE_SYNC,newQuickJSAsyncWASMModule,newQuickJSWASMModule}from"./chunk-OHAYRCBA.mjs";export*from"quickjs-emscripten-core";var singleton,singletonPromise;async function getQuickJS(){return singletonPromise??(singletonPromise=newQuickJSWASMModule().then(instance=>(singleton=instance,instance))),await singletonPromise}function getQuickJSSync(){if(!singleton)throw new Error("QuickJS not initialized. Await getQuickJS() at least once.");return singleton}async function newAsyncRuntime(options){return(await newQuickJSAsyncWASMModule()).newRuntime(options)}async function newAsyncContext(options){return(await newQuickJSAsyncWASMModule()).newContext(options)}export{DEBUG_ASYNC,DEBUG_SYNC,RELEASE_ASYNC,RELEASE_SYNC,getQuickJS,getQuickJSSync,newAsyncContext,newAsyncRuntime,newQuickJSAsyncWASMModule,newQuickJSWASMModule};
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user