Enabled wasm optimizations

pull/6/head
Mark 2023-09-21 14:12:04 -07:00
parent a70fd5f0e5
commit fc2027c657
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ num = "0.4.1"
#astro-float = "0.7.1"
[package.metadata.wasm-pack.profile.release]
# wasm-opt doesn't work, need to figure out why
wasm-opt = false
wasm-opt = true
[target.'cfg(target_family = "unix")'.dependencies]
termion = "2.0.1"