From fc2027c657f5562583f48d2f58c8006b0b9880dc Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 21 Sep 2023 14:12:04 -0700 Subject: [PATCH] Enabled wasm optimizations --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cd74d21..941f747 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"