Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Web] Fix closure compiler builds using BIGINT
When using proxy_to_pthread we add BIGINT support (to support exchanging 64 bits integers between wasm and JS). Bigint though, is part of ECMAScript 2020, and the closure compiler was using ECMAScript 6 instead. This commit update the CC configuration to use ECMAScript 2020 instead. (cherry picked from commit e9df955)
- Loading branch information