- Jan 24, 2023
-
-
Emilio Jesus Gallego Arias authored
These are the current numbers on release: ``` 261K -- dist/wacoq_worker.js 369K -- dist/frontend/index.css 583K -- dist/frontend/index.js ```
-
Emilio Jesus Gallego Arias authored
Seems to work! I guess it can be done better, but for now that is OK.
-
Emilio Jesus Gallego Arias authored
This is a large build-time improvement, moreover we can get rid of a lot of troublesome code regarding how to manage assets. `esbuild` has proven a great tool so far. Tested with both backends. We still keep the CLI and the WASM backend on webpack, the idea is to move them to esbuild in subsequent commits. CLI should use a native Coq instead, it is super-slow. We also disabled the `collab` and `ide-project` builds for now, re-adding before merging hopefully. The compatibility story with user .html pages needs to be revised, IMHO as this is a foundation for the LSP backend this is the time to drop support for some patterns we had in the past.
-
- Jan 05, 2023
-
-
Emilio Jesus Gallego Arias authored
Borrowed from #275
-
- Oct 02, 2022
-
-
Shachar Itzhaky authored
Will gradually move parts from the other repo, wacoq-bin, to `backend/wasm`. This will allow some code reuse between the backends.
-
- Sep 21, 2022
-
-
Emilio Jesus Gallego Arias authored
We also move from hacks to a proper config object (which can be properly created in a dynamic top-level context). Also, note that we now use a ES6 map for the routes, this is more convenient to add / remove elements than using the bare object.
-
- Aug 27, 2022
-
-
Shachar Itzhaky authored
Disabled `strictNullCheck`, because it's too hard to satisfy at the moment.
-
- Aug 23, 2022
-
-
Emilio Jesus Gallego Arias authored
-
- Jul 28, 2022
-
-
Shachar Itzhaky authored
-
- Aug 08, 2021
-
-
Shachar Itzhaky authored
So that we can create both jsCoq and waCoq packages.
-
- Oct 01, 2020
-
-
Shachar Itzhaky authored
Also, support for importing legacy `_CoqProject` definitions.
-
- Jul 23, 2020
-
-
Shachar Itzhaky authored
-
- Apr 25, 2020
-
-
Shachar Itzhaky authored
Ported old code to TypeScript with major rearrangement. Build based on Webpack.
-