WASM work

This commit is contained in:
John Smith
2022-03-15 09:33:34 -04:00
parent 031c998cfc
commit ca85b555aa
25 changed files with 672 additions and 395 deletions

7
Cargo.lock generated
View File

@@ -4316,8 +4316,13 @@ version = "0.1.0"
dependencies = [
"cfg-if 1.0.0",
"console_error_panic_hook",
"futures-util",
"js-sys",
"lazy_static",
"log",
"send_wrapper",
"serde 1.0.136",
"serde_json",
"veilid-core",
"wasm-bindgen",
"wasm-bindgen-futures",
@@ -4374,6 +4379,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
dependencies = [
"cfg-if 1.0.0",
"serde 1.0.136",
"serde_json",
"wasm-bindgen-macro",
]