mirror of
https://github.com/chenasraf/redot-engine.git
synced 2026-05-18 01:39:11 +00:00
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.