helix-loader + helix-core now compile for WASM

This commit is contained in:
Blaž Hrastnik 2022-03-27 11:23:58 +09:00
parent 8bb89dafa2
commit 9191af3f8d
No known key found for this signature in database
GPG key ID: 1238B9C4AD889640
2 changed files with 16 additions and 2 deletions

View file

@ -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"