summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-binary.cpp
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2024-08-16 10:53:10 -0700
committerGitHub <noreply@github.com>2024-08-16 10:53:10 -0700
commit7209629bec3961fcc12b150ba6df546d3997b6c2 (patch)
tree8cd5e8fb3c448341fb002fa53444d6b2fe01a0bd /src/wasm/wasm-binary.cpp
parentc2b43802c68a15d42c64f9404a398a842312f95a (diff)
downloadbinaryen-7209629bec3961fcc12b150ba6df546d3997b6c2.tar.gz
binaryen-7209629bec3961fcc12b150ba6df546d3997b6c2.tar.bz2
binaryen-7209629bec3961fcc12b150ba6df546d3997b6c2.zip
Testing: Add an env var to pick the V8 binary (#6836)
Also we had a mix of os.environ.get and os.getenv. Prefer the former, as the default value does actual work, so it's a little more efficient to not run it unnecessarily. That is, os.getenv('X', work()) is less efficient than os.environ.get('X') or work().
Diffstat (limited to 'src/wasm/wasm-binary.cpp')
0 files changed, 0 insertions, 0 deletions