Changelog
Cheerp 3.0 - March 6th, 2023
Cheerp 2.7 - March 29th, 2022:
Cheerp 2.6 - December 16th, 2020
Cheerp 2.5 - May 13th, 2020
Cheerp 2.0 - Feb 18th, 2019
Cheerp 2.0-RC2 - Apr 23rd, 2018
Cheerp 2.0-RC1 - Nov 11th, 2017:
_ Add a WebAssembly backend that produces binary and textual wasm
_ Add flag -cheerp-asmjs-mem-file to output a file holding asm.js module initialized memory
_ Add flag -cheerp-wasm-loader to output a file that initialises the WebAssembly file
_ Add flag -cheerp-linear-heap-size that sets heap size in megabytes for asmjs and wasm
_ Add flag -cheerp-no-math-fround that disables the usage of Math.fround()
_ Add [[cheerp::asmjs]]
attribute for setting globals in the asmjs section manually
_ Add [[cheerp::genericjs]]
attribute for setting globals in the generic section
_ Enabling asmjs mode will define __ASMJS__
in the preprocessor
_ Enabling wasm mode will define __WASM__
in the preprocessor
_ Overhaul of priority system to remove useless parenthesis and type coercions
Cheerp 1.3 - Feb 7th, 2017:
Cheerp 1.2.1 - Feb 10th, 2016
Cheerp 1.2 - Jan 25th, 2016
Cheerp 1.1 - Jun 15th, 2015
Cheerp 1.0 - May 28th, 2014