Skip to content

Commit

Permalink
Merge pull request #323 from betwixt-labs/node-tools-fix
Browse files Browse the repository at this point in the history
fix: node-tools always using WASI binary
  • Loading branch information
andrewmd5 authored Mar 28, 2024
2 parents 63666cb + 234fbfd commit 1d6165f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION="3.0.5"
VERSION="3.0.6"
MAJOR=3
MINOR=0
PATCH=5
PATCH=6
1 change: 0 additions & 1 deletion Tools/node/lib/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const supportedCpuArchitectures = ["x64", "arm64"];
const supportedPlatforms = ["win32", "darwin", "linux"];

const isWebContainer = (() => {
return true;
const isStackblitz =
process.env.SHELL === "/bin/jsh" && process.versions.webcontainer != null;
if (isStackblitz) {
Expand Down

0 comments on commit 1d6165f

Please sign in to comment.