Skip to content

Commit b52131f

Browse files
committed
remove ia32 support since jsc doesn't support it.
1 parent 35d3e9b commit b52131f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/run-shell.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ function jsvuOSName() {
155155
const osArch = () => {
156156
switch (os.arch()) {
157157
case "x64": return "64";
158-
case "ia32": return "32";
159158
case "arm64": return "64arm";
160159
default: throw new Error("Unsupported architecture");
161160
}

0 commit comments

Comments
 (0)