zellij/zellij-server
m-lima 5b3e1ecacd
chore(development): use singlepass in debug mode (#2134)
* Add new feature flags

* Use singlepass in debug mode

* Use Cow to avoid unnecessary copies

- Instead of removing and reinserting into the memory cache, use Cow to
  model both owned an borrowed data
- Log at debug-level the time to compile/load a wasm module
- A little clippy drive-by on touched files

* Satisfy the assumption from zellij-utils/src/consts.rs for target-dir

* Allow forcing cranlift in debug mode

* Remove deprecated comments

* PR comment: typo

* Remove extras
2023-02-07 17:55:37 +01:00
..
src chore(development): use singlepass in debug mode (#2134) 2023-02-07 17:55:37 +01:00
Cargo.toml chore(development): use singlepass in debug mode (#2134) 2023-02-07 17:55:37 +01:00