fix os.version shim, improve docker image

This commit is contained in:
Nystik
2026-03-12 22:32:39 +01:00
parent 2aa16341a1
commit 12af8ae010
10 changed files with 79 additions and 41 deletions

View File

@@ -46,4 +46,8 @@ export function endianness() {
return "LE";
}
export function version() {
return "v20.0.0";
}
export const EOL = "\n";