Zachary Perkins

Results 1 issues of Zachary Perkins

In Cargo.toml, you have these lines of "code" `[target.'cfg(target_arch = "wasm32")'.dependencies] instant = "0.1" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] instant = { version = "0.1", features = ["wasm-bindgen"] } wasm-bindgen-test = "0.3"...