wasm fixes

This commit is contained in:
John Smith
2022-06-15 23:29:45 -04:00
parent b0a65fc848
commit 17ea0ccf3c
5 changed files with 34 additions and 8 deletions

View File

@@ -12,6 +12,7 @@ crate-type = ["cdylib", "rlib"]
wasm-bindgen = { version = "^0", features = ["serde-serialize"] }
console_error_panic_hook = "^0"
wee_alloc = "^0"
tracing = { version = "^0", features = ["log", "attributes"] }
tracing-wasm = "^0"
tracing-subscriber = "^0"
veilid-core = { path = "../veilid-core" }