cleanup and updates

This commit is contained in:
Simon Gardling
2022-08-16 21:55:50 -04:00
parent c99778eb38
commit b246d5dacd
4 changed files with 135 additions and 136 deletions

View File

@@ -76,7 +76,8 @@ getrandom = { version = "0.2" }
[target.'cfg(target_arch = "wasm32")'.dependencies]
instant = { version = "0.1", features = ["wasm-bindgen"] }
wee_alloc = "0.4"
#wee_alloc = "0.4"
lol_alloc = { git = "https://github.com/Craig-Macomber/lol_alloc" }
wasm-bindgen = { version = "0.2", default-features = false, features = ["std"] }
web-sys = "0.3"
tracing-wasm = "0.2"