Add CompactBlock scanning to WASM backend

This commit is contained in:
Jack Grigg
2019-06-11 17:27:58 +01:00
parent 4caf14baa2
commit bdfd6d1840
2 changed files with 202 additions and 1 deletions

View File

@@ -11,7 +11,10 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook"]
[dependencies]
hex = "0.3"
protobuf = "2"
wasm-bindgen = "0.2"
web-sys = { version = "0.3", features = ["console"] }
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires