Add loging implementation for wasm (#56)

This commit is contained in:
TrueDoctor
2021-03-30 18:48:32 +02:00
committed by GitHub
parent b5cd8327dd
commit 593572a4e8
5 changed files with 43 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ default = ["console_error_panic_hook"]
console_error_panic_hook = { version = "0.1.6", optional = true }
editor-core = { path = "../../../core/editor", package = "graphite-editor-core" }
wasm-bindgen = "0.2.72"
log = "0.4"
[dev-dependencies]
wasm-bindgen-test = "0.3.22"