mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
helix-loader + helix-core now compile for WASM
This commit is contained in:
parent
8bb89dafa2
commit
9191af3f8d
2 changed files with 16 additions and 2 deletions
|
@ -15,11 +15,16 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
toml = "0.5"
|
||||
etcetera = "0.3"
|
||||
tree-sitter = "0.20"
|
||||
libloading = "0.7"
|
||||
once_cell = "1.9"
|
||||
|
||||
log = "0.4"
|
||||
|
||||
# TODO: these two should be on !wasm32 only
|
||||
|
||||
# cloning/compiling tree-sitter grammars
|
||||
cc = { version = "1" }
|
||||
threadpool = { version = "1.0" }
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
libloading = "0.7"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue