quickjs-emscripten-sync
quickjs-emscripten-sync copied to clipboard
Preventing return of `globalThis`
currently a script like 'return globalThis' will attempt to return the globalThis object, which is huge and slow. How can we prevent this being attempted ?