diff options
author | Alon Zakai <azakai@google.com> | 2024-02-26 14:22:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 14:22:55 -0800 |
commit | df0d283e38ee9ef1359e6f80f178944a928cadca (patch) | |
tree | e809e3d5b4ecd971cfccb8f4305b29eeeb2d77ef /scripts/auto_update_tests.py | |
parent | 999781ae38f47f20e2dda962abc851e6846ad950 (diff) | |
download | binaryen-df0d283e38ee9ef1359e6f80f178944a928cadca.tar.gz binaryen-df0d283e38ee9ef1359e6f80f178944a928cadca.tar.bz2 binaryen-df0d283e38ee9ef1359e6f80f178944a928cadca.zip |
[Emscripten port] Improve emcc flags (#6349)
No changes here to binaryen.js/wasm builds.
1. Add a flag to enable pthreads.
2. Use SINGLE_FILE on binaryen.js/.wasm as before, which is nice for library users
as they want just a single file to distribute for Binaryen support. For other builds
like wasm-opt.js etc. no longer set SINGLE_FILE, as that type of build wants to be
a replacement for a normal wasm-opt build as much as possible, so avoid the
overhead of SINGLE_FILE.
(Previously we disabled SINGLE_FILE also in the case of BUILD_FOR_BROWSER
but I don't think we need to special-case that any more.)
Diffstat (limited to 'scripts/auto_update_tests.py')
0 files changed, 0 insertions, 0 deletions