Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aec.wasm.zip | 2020-09-25 | 174.0 kB | |
aec.exe.zip | 2020-09-25 | 469.7 kB | |
aec.elf64.zip | 2020-09-25 | 1.4 MB | |
aec.elf.zip | 2020-09-25 | 954.3 kB | |
aec.com.zip | 2020-09-25 | 650.7 kB | |
Performance improvements.tar.gz | 2020-09-25 | 121.8 kB | |
Performance improvements.zip | 2020-09-25 | 136.1 kB | |
README.md | 2020-09-25 | 653 Bytes | |
Totals: 8 Items | 3.9 MB | 0 |
This release is about 8x times faster than the previous release, primarily thanks to stopping using regular expressions in the tokenizer. The C++ code is now compatible with a few more C++ compilers, including DJGPP (the C++ compiler for FreeDOS). So, this time, there is an executable for FreeDOS, it's in the aec.com.zip
executable. For some reason that escapes me, it's many times slower than other executable files of the AEC-to-WebAssembly compiler. It can perhaps be used with Wasmer, a portable WebAssembly interpreter (though I am not sure it can be run on FreeDOS, I haven't managed to).