Feature gating for eventual wasm compilation - #8638
Conversation
37da935 to
b783fb8
Compare
|
Windows CI build fails because of lack of disk space. I dont suppose I can help much with that, can I? |
0a8edec to
db96488
Compare
|
Hi @archseer |
hmm somehow the checks are green now, the GH actions reports are confusing me a little 🤷 |
|
Yeah sorry, it was an issue in the CI, cache. I cleared the cache and re-ran it. Will review this over the week |
db96488 to
d5ce06f
Compare
d5ce06f to
583af09
Compare
Hey, I've rebased, CI is back to green, please have a look! |
Follow up & 1st step defined in the draft 'Helix on wasm' PR.
Feature gated most features that will be relevant in the wasm context, especially debugging and language server protocols support.
All new features are default ones, each feature is independent and can be compiled separately, e.g.
cargo build --no-default-features --features dap.