update qjs.c
Some checks failed
ci / codegen (push) Has been cancelled
ci / ubuntu-latest (riscv64) (push) Has been cancelled
ci / ubuntu-latest (s390x) (push) Has been cancelled
ci / ubuntu-latest (x86) (push) Has been cancelled
ci / macos-14 (Debug) (push) Has been cancelled
ci / ubuntu-latest (Debug) (push) Has been cancelled
ci / macos-14 (Release) (push) Has been cancelled
ci / ubuntu-latest (Release) (push) Has been cancelled
ci / macos-14 (asan+ubsan) (push) Has been cancelled
ci / ubuntu-latest (asan+ubsan) (push) Has been cancelled
ci / macos-14 (examples) (push) Has been cancelled
ci / ubuntu-latest (examples) (push) Has been cancelled
ci / ubuntu-latest (msan) (push) Has been cancelled
ci / macos-14 (shared) (push) Has been cancelled
ci / ubuntu-latest (shared) (push) Has been cancelled
ci / ubuntu-latest (tcc) (push) Has been cancelled
ci / windows-msvc (Win32, Debug) (push) Has been cancelled
ci / windows-msvc (Win32, Release) (push) Has been cancelled
ci / windows-msvc (x64, Debug) (push) Has been cancelled
ci / windows-msvc (x64, Release) (push) Has been cancelled
ci / windows-msvc-vs2019 (Win32, Debug) (push) Has been cancelled
ci / windows-msvc-vs2019 (Win32, Release) (push) Has been cancelled
ci / windows-msvc-vs2019 (x64, Debug) (push) Has been cancelled
ci / windows-msvc-vs2019 (x64, Release) (push) Has been cancelled
ci / windows-clang (Debug) (push) Has been cancelled
ci / windows-clang (Release) (push) Has been cancelled
ci / windows-ninja (Debug) (push) Has been cancelled
ci / windows-ninja (Release) (push) Has been cancelled
ci / windows-sdk (Win32, Debug) (push) Has been cancelled
ci / windows-sdk (Win32, Release) (push) Has been cancelled
ci / windows-sdk (x64, Debug) (push) Has been cancelled
ci / windows-sdk (x64, Release) (push) Has been cancelled
ci / windows-mingw (Debug, clang64) (push) Has been cancelled
ci / windows-mingw (Debug, mingw32) (push) Has been cancelled
ci / windows-mingw (Debug, mingw64) (push) Has been cancelled
ci / windows-mingw (Debug, ucrt64) (push) Has been cancelled
ci / windows-mingw (Release, clang64) (push) Has been cancelled
ci / windows-mingw (Release, mingw32) (push) Has been cancelled
ci / windows-mingw (Release, mingw64) (push) Has been cancelled
ci / windows-mingw (Release, ucrt64) (push) Has been cancelled
ci / windows-mingw-shared (push) Has been cancelled
ci / emscripten (push) Has been cancelled
ci / wasi (push) Has been cancelled
ci / cygwin (push) Has been cancelled
ci / openbsd (push) Has been cancelled
ci / freebsd (push) Has been cancelled
ci / android (push) Has been cancelled
ci / ios (push) Has been cancelled
ci / mimalloc-linux (push) Has been cancelled
ci / mimalloc-macos (push) Has been cancelled
tsan / linux (push) Has been cancelled
valgrind / linux (push) Has been cancelled

This commit is contained in:
The Ghost of FOSS' Future 2025-01-09 02:02:40 +00:00 committed by GitHub
parent 71cd924e82
commit 286d826696
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
qjs.c
View file

@ -641,7 +641,7 @@ start:
"if (typeof std !== 'undefined') {\n"
" globalThis.urlGet = std.urlGet;\n"
" globalThis.loadFile = std.loadFile;\n"
" globalThis.doneRequire = std.loadFile;\n"
" globalThis.doneRequire = std.loadScript;\n"
" globalThis.printf = console.log;\n"
" globalThis.evalFile = std.loadScript;\n"
" globalThis.require = (moduleSpecifier) => import(moduleSpecifier).then(mod => mod.default || mod);\n"